소스 검색

Fix gitignore ignoring too much

master
Chris Smith 15 년 전
부모
커밋
1420f9918f
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4
    4
      .gitignore

+ 4
- 4
.gitignore 파일 보기

@@ -1,4 +1,4 @@
1
-db
2
-build
3
-derby.log
4
-dist
1
+/db
2
+/build
3
+/derby.log
4
+/dist

Loading…
취소
저장