Initial Commit
This commit is contained in:
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
*.pyc
|
||||
venv
|
||||
.project
|
||||
.pydevproject
|
||||
*/__pycache__/
|
||||
.idea/
|
||||
*.egg-info/
|
||||
DB/Data/*.sql
|
||||
barker/static/
|
||||
build/
|
||||
dist/
|
||||
frontend/
|
||||
Reference in New Issue
Block a user