ソースを参照

Rewrite .gitignore file a bit and add some rules

tags/v1.0.0
Krzysztof Klimonda 11年前
コミット
7817e5d41b
1個のファイルの変更19行の追加9行の削除
  1. +19
    -9
      .gitignore

+ 19
- 9
.gitignore ファイルの表示

@@ -1,15 +1,25 @@
# Virtualenv/Common
/bin/
/lib/
/include/
/local
/src/
/build/
/pip-log.txt
/development.db
/dist/
/include/
/lib/
/local/
/media/
/src/
/static/
/*.egg-info/
/pip-log.txt

# Buildout
/eggs/
/develop-eggs/
/.installed.cfg

# Project
/*.db

# Misc
/.idea/
*.pyc
*.swp
/.idea/
/dist/
/*.egg-info/

読み込み中…
キャンセル
保存