Browse Source

Ignore ide files

Christopher Hunt 12 years ago
parent
commit
dc001e4eef
2 changed files with 48 additions and 2 deletions
  1. 24 1
      play-java/.gitignore
  2. 24 1
      play-scala/.gitignore

+ 24 - 1
play-java/.gitignore

@@ -4,4 +4,27 @@ project/target
 target
 tmp
 .history
-dist
+dist
+
+# Ignore all dotfiles...
+.*
+# except for .gitignore
+!.gitignore
+
+# Ignore Play! working directory #
+db
+eclipse
+lib
+log
+logs
+modules
+precompiled
+project/project
+project/target
+target
+tmp
+test-result
+server.pid
+*.iml
+*.eml
+

+ 24 - 1
play-scala/.gitignore

@@ -7,4 +7,27 @@ test
 tmp
 .history
 dist
-conf/evolutions
+conf/evolutions
+
+# Ignore all dotfiles...
+.*
+# except for .gitignore
+!.gitignore
+
+# Ignore Play! working directory #
+db
+eclipse
+lib
+log
+logs
+modules
+precompiled
+project/project
+project/target
+target
+tmp
+test-result
+server.pid
+*.iml
+*.eml
+