Skip to content

Commit

Permalink
Merge pull request #36 from intuitem/update-gitignore
Browse files Browse the repository at this point in the history
Update gitignore
  • Loading branch information
eric-intuitem authored Feb 12, 2024
2 parents 3078275 + 0653d19 commit 525473f
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 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
2 changes: 1 addition & 1 deletion backend/ciso_assistant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.6
0.9.7

0 comments on commit 525473f

Please sign in to comment.