aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Nagy <nagytech@users.noreply.github.com>2015-09-01 19:09:12 +1000
committerJonathan Nagy <nagytech@users.noreply.github.com>2015-09-01 19:09:12 +1000
commitabd969f6c9c7c0288dc33bfe1beba9603f86c0e3 (patch)
tree70a6b7b52e88522b54828e2160cbf6bd4a198cd7
parent5b8eb2c3715a7d5c4fe322abe7f0873b8985d50b (diff)
downloadgitignore-abd969f6c9c7c0288dc33bfe1beba9603f86c0e3.tar.gz
gitignore-abd969f6c9c7c0288dc33bfe1beba9603f86c0e3.zip
Remove entries for Intellij IDEA
The *.iml file is IDE specific. It is generated by Intellij IDEA to store project related metadata. It is not a Play Framework specific artifact and should not be included in the PlayFramework.gitignore. See: https://github.com/github/gitignore/pull/1581 I would also vote for the removal of .eclipse and *.eml files on similar grounds but will do so in a separate pull request.
-rw-r--r--PlayFramework.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/PlayFramework.gitignore b/PlayFramework.gitignore
index 4735f055..ae5ec9fe 100644
--- a/PlayFramework.gitignore
+++ b/PlayFramework.gitignore
@@ -11,7 +11,6 @@ bin/
tmp/
test-result
server.pid
-*.iml
*.eml
/dist/
.cache