ソースを参照

.hgignore: Ignoring migrations folder

David Leonard 10 年 前
コミット
af0af4adaf
1 ファイル変更2 行追加1 行削除
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

@@ -3,4 +3,5 @@ syntax: glob
 .DS_Store
 db.sqlite3
 *.pyc
-bower_components/
+bower_components/
+migrations/