Skip to content

Commit

Permalink
Remove entries for Intellij IDEA
Browse files Browse the repository at this point in the history
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: github#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.
  • Loading branch information
Jonathan Nagy committed Sep 1, 2015
1 parent 5b8eb2c commit abd969f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion PlayFramework.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ bin/
tmp/
test-result
server.pid
*.iml
*.eml
/dist/
.cache

0 comments on commit abd969f

Please sign in to comment.