mirror of
https://github.com/pinry/pinry.git
synced 2026-01-26 09:09:30 +01:00
Rewrite .gitignore file a bit and add some rules
This commit is contained in:
28
.gitignore
vendored
28
.gitignore
vendored
@@ -1,15 +1,25 @@
|
||||
# Virtualenv/Common
|
||||
/bin/
|
||||
/lib/
|
||||
/include/
|
||||
/local
|
||||
/src/
|
||||
/build/
|
||||
/pip-log.txt
|
||||
/development.db
|
||||
/dist/
|
||||
/include/
|
||||
/lib/
|
||||
/local/
|
||||
/media/
|
||||
/src/
|
||||
/static/
|
||||
/*.egg-info/
|
||||
/pip-log.txt
|
||||
|
||||
# Buildout
|
||||
/eggs/
|
||||
/develop-eggs/
|
||||
/.installed.cfg
|
||||
|
||||
# Project
|
||||
/*.db
|
||||
|
||||
# Misc
|
||||
/.idea/
|
||||
*.pyc
|
||||
*.swp
|
||||
/.idea/
|
||||
/dist/
|
||||
/*.egg-info/
|
||||
|
||||
Reference in New Issue
Block a user