소스 검색

Merge branch 'fix-921'

This is #921 without the addition of editor-specific rules.
Carl Suster 11 년 전
부모
커밋
655e5ba74d
1개의 변경된 파일11개의 추가작업 그리고 13개의 파일을 삭제
  1. 11 13
      PlayFramework.gitignore

+ 11 - 13
PlayFramework.gitignore

@@ -1,19 +1,17 @@
 # Ignore Play! working directory #
-bin
-db
-eclipse
-lib
-log
-logs
-modules
-precompiled
-project/project
-project/target
-target
-tmp
+bin/
+/db
+.eclipse
+/lib/
+/logs/
+/modules
+/project/project
+/project/target
+/target
+tmp/
 test-result
 server.pid
 *.iml
 *.eml
-dist
+/dist/
 .cache