Browse Source

Add gitignore file for project

Edd Baldry 8 years ago
parent
commit
da138fa035
1 changed files with 11 additions and 0 deletions
  1. 11 0
      .gitignore

+ 11 - 0
.gitignore

@@ -0,0 +1,11 @@
+*.pyc
+.DS_Store
+.idea/*
+.idea/vcs.xml
+*.swp
+/venv/
+/static/
+/media/
+/tmp/
+/.vagrant/
+/Vagrantfile.local