]> source.dussan.org Git - gitignore.git/commitdiff
Updating Django gitignore for various reasons 70/head
authorJannis Leidel <jannis@leidel.info>
Wed, 10 Nov 2010 02:02:32 +0000 (03:02 +0100)
committerJannis Leidel <jannis@leidel.info>
Wed, 10 Nov 2010 02:04:22 +0000 (03:04 +0100)
Removing:
- static/uploaded/**/* since there is no default
  for upload paths (configurable)
- *.mo because it's a best practice to keep them
  close to the po files and update before release
- *.pyc since that's covered by the Python gitignore file

Adding:
- local_settings.py because it's a best practice
  for Django projects (next to settings.py)

Django.gitignore

index 4be94cb18f648c2abcc84a74aedfb4059ace3966..7823eee647dfaa38c4d847532851956a146d4c9d 100644 (file)
@@ -1,7 +1,3 @@
-#for python/django
 *.log
-static/uploaded/**/*
-*.mo
 *.pot
-*.pyc
-
+local_settings.py