Sfoglia il codice sorgente

Add gitignore file for project

Edd Baldry 8 anni fa
parent
commit
da138fa035
1 ha cambiato i file con 11 aggiunte e 0 eliminazioni
  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