aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 20:09:25 -0400
committerTeddy Wing2014-04-20 20:11:52 -0400
commit250eb7e2aa7453b384b32cc39be58b764fd550b8 (patch)
tree9eea95451ffc89e785055f619b078d698becb93d
parent72adce1f6f056b5e8eaa1071d226de03dd7954b3 (diff)
downloaddjango-sneak-peek-250eb7e2aa7453b384b32cc39be58b764fd550b8.tar.bz2
.gitignore: add example project static directory
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index de437ef..6071c67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,7 @@ Resources/
# Database
*.sqlite3
+
+
+# Static
+examples/djangoproject/static/