瀏覽代碼

.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/