Browse Source

Added 'lib' and 'modules' folders which should also be excluded, since libs are automatically fetched from dependencies.yml.
Also removed duplicate 'elicpse' entry.

tomparle 13 years ago
parent
commit
cc88ce8757
1 changed files with 2 additions and 1 deletions
  1. 2 1
      PlayFramework.gitignore

+ 2 - 1
PlayFramework.gitignore

@@ -7,10 +7,11 @@
 # Ignore Play! working directory #
 db
 eclipse
+lib
 log
 logs
+modules
 precompiled
 tmp
 test-result
-eclipse
 server.pid