Initial commit
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
### Files
|
||||
|
||||
*.pyc
|
||||
__pycache
|
||||
.DS_Store
|
||||
*_initial.py
|
||||
**/migrations/*_*.py
|
||||
.idea
|
||||
live.env
|
||||
!**/.gitkeep
|
||||
|
||||
### Folder
|
||||
|
||||
staticfiles
|
||||
postgres_data
|
||||
static_volume
|
||||
venv
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user