소스 검색

.hgignore: Ignoring migrations folder

David Leonard 10 년 전
부모
커밋
af0af4adaf
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .hgignore

+ 2 - 1
.hgignore

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