Update .gitignore
This commit is contained in:
parent
3b7b236d33
commit
ef9d3e9f69
1 changed files with 14 additions and 8 deletions
22
.gitignore
vendored
22
.gitignore
vendored
|
@ -1,13 +1,19 @@
|
|||
bin/
|
||||
include/
|
||||
lib/
|
||||
local/
|
||||
share/
|
||||
virtualenv/
|
||||
pip-selfcheck.json
|
||||
db-local.sqlite3*
|
||||
# virtual env
|
||||
/bin/
|
||||
/include/
|
||||
/lib/
|
||||
/local/
|
||||
/share/
|
||||
/virtualenv/
|
||||
/pip-selfcheck.json
|
||||
|
||||
|
||||
# transient files
|
||||
/db-local.sqlite3*
|
||||
/static
|
||||
/media
|
||||
/mamweb/static
|
||||
|
||||
# aux files
|
||||
*.pyc
|
||||
*.swp
|
||||
|
|
Loading…
Reference in a new issue