ソースを参照

Add gitignore file for project

Edd Baldry 8 年 前
コミット
da138fa035
1 ファイル変更11 行追加0 行削除
  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