Explorar el Código

Add for TurboGears2 (based off of Python template)

BJ Dierkes hace 14 años
padre
commit
340ddd1fb4
Se han modificado 1 ficheros con 20 adiciones y 0 borrados
  1. 20 0
      TurboGears2.gitignore

+ 20 - 0
TurboGears2.gitignore

@@ -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