Skip to content

Commit

Permalink
fix: Updated configuration and removed unused stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Jan 6, 2024
1 parent b57c727 commit 7ed14b6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 19 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,22 @@ typings/

# dotenv environment variables file
.env

.env.test
.env.local
.env.test.local
.env.development.local
.env.production.local
.env.secret
.env.dev
.env.development
.env.prod
.env.production

.env*.test
.env*.local
.env*.secret
.env*.dev
.env*.development
.env*.prod
.env*.production

# parcel-bundler cache (https://parceljs.org/)
.cache
Expand Down Expand Up @@ -263,9 +273,13 @@ dist
*.pem

# MDSANIMA Template
# setuptools_scm
# Python package `setuptools_scm` version number
_version.py

# temp folder
# Secret directories
secret
secrets

# Temporary directories
tmp
temp
2 changes: 0 additions & 2 deletions .ideas/.gitkeep

This file was deleted.

0 comments on commit 7ed14b6

Please sign in to comment.