ソースを参照

Updated gitignore file

master
kj1352 3年前
コミット
3e2de5a145
1個のファイルの変更15行の追加3行の削除
  1. +15
    -3
      .gitignore

+ 15
- 3
.gitignore ファイルの表示

@@ -1,3 +1,15 @@
db.sqlite3
.idea
*/__pycache__
*.sqlite3
*.pyc
**/migrations/
!**/migrations/__init__.py
**/.sass-cache/
*.map
.idea/
.vscode/
information/
all_staticfiles/
*.zip
static/uploaded/
.project
virtualenv/
*.DS_Store