added git ignore
This commit is contained in:
commit
422238b80a
1 changed files with 22 additions and 0 deletions
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
*.pyc
|
||||||
|
*.pyo
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*.DS_Store
|
||||||
|
|
||||||
|
**/build/*.py
|
||||||
|
**/build/*.py.bak
|
||||||
|
|
||||||
|
**/build/*.sql
|
||||||
|
**/build/*.sql.bak
|
||||||
|
|
||||||
|
**/build/*.conf
|
||||||
|
**/build/*.conf.bak
|
||||||
|
|
||||||
|
**/build/*.yml
|
||||||
|
**/build/*.yml.bak
|
||||||
|
|
||||||
|
**/.sass-cache
|
||||||
|
|
||||||
|
django.debug
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue