Browse Source

.hgignore: Ignoring migrations folder

David Leonard 10 năm trước cách đây
mục cha
commit
af0af4adaf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

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