Skip to content

Commit

Permalink
Minor updates of .dockerignore and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Hannah Bast committed Jun 18, 2023
1 parent 559fbef commit 16b1e91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# !backend
# !qlever
# !manage.py
db
!db/master.sqlite3
!tests
!requirements.txt
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
*.pyc
*.tmp
*.swp
qlever/settings_secret.py
backend/static/admin/
django.log
.vscode
venv
db/qleverui.sqlite3
db/qleverui.sqlite3.BACKUP*
backend/static/js/qleverUI.js
.DS_Store

0 comments on commit 16b1e91

Please sign in to comment.