Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Feb 12, 2024
1 parent 88888a3 commit 34d0057
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
13 changes: 1 addition & 12 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
!__init__.py
*.pyc
__pycache__
*.DS_Store
*~$*
staticfiles/*
*.mo
.env
dump.json
node_modules/
**/node_modules/
.vscode
*.sqlite3
backend/staticfiles/
backend/venv/
temp/
backend/db/attachments/
backend/db/django_secret_key
backend/db/pg_password.txt
./db/
18 changes: 18 additions & 0 deletions backend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
!__init__.py
*.pyc
__pycache__
*.DS_Store
*~$*
staticfiles/*
*.mo
.env
.vscode
*.sqlite3
staticfiles/
venv/
temp/
db/attachments/
db/django_secret_key
db/pg_password.txt
./db/
.coverage

0 comments on commit 34d0057

Please sign in to comment.