This website works better with JavaScript.
Home
Explore
Help
Sign In
kj
/
workx_backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Updated gitignore file
master
kj1352
3 years ago
parent
8b694a2d58
commit
3e2de5a145
1 changed files
with
15 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+15
-3
.gitignore
+ 15
- 3
.gitignore
View File
@@ -1,3 +1,15 @@
db.sqlite3
.idea
*/__pycache__
*.sqlite3
*.pyc
**/migrations/
!**/migrations/__init__.py
**/.sass-cache/
*.map
.idea/
.vscode/
information/
all_staticfiles/
*.zip
static/uploaded/
.project
virtualenv/
*.DS_Store