Parcourir la source

.hgignore: Ignoring migrations folder

David Leonard il y a 10 ans
Parent
commit
af0af4adaf
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

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