Explorar el Código

.hgignore: Ignoring migrations folder

David Leonard hace 11 años
padre
commit
af0af4adaf
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

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