Add for TurboGears2 (based off of Python template)
This commit is contained in:
parent
4b492aedf8
commit
340ddd1fb4
20
TurboGears2.gitignore
Normal file
20
TurboGears2.gitignore
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
*.py[co]
|
||||||
|
|
||||||
|
# Default development database
|
||||||
|
devdata.db
|
||||||
|
|
||||||
|
# Default data directory
|
||||||
|
data/*
|
||||||
|
|
||||||
|
# Packages
|
||||||
|
*.egg
|
||||||
|
*.egg-info
|
||||||
|
dist
|
||||||
|
build
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
.coverage
|
||||||
|
.tox
|
Loading…
Reference in New Issue
Block a user