Ver código fonte

.hgignore: Ignoring migrations folder

David Leonard 11 anos atrás
pai
commit
af0af4adaf
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

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