Browse Source

.hgignore: Ignoring migrations folder

David Leonard 10 years ago
parent
commit
af0af4adaf
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

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