Răsfoiți Sursa

Increase the specificity of PlayFramework rules

The original ignore was far too general and results in eliminating packages
named "db" or "project", for example. These are not that uncommon for package
names. Fixes #921.
Torben Werner 11 ani în urmă
părinte
comite
a6cabefb87
1 a modificat fișierele cu 11 adăugiri și 13 ștergeri
  1. 11 13
      PlayFramework.gitignore

+ 11 - 13
PlayFramework.gitignore

@@ -1,19 +1,17 @@
 # Ignore Play! working directory #
 # 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
 test-result
 server.pid
 server.pid
 *.iml
 *.iml
 *.eml
 *.eml
-dist
+/dist/
 .cache
 .cache