mirror of
https://github.com/github/gitignore
synced 2025-07-04 04:18:26 +02:00
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.
This commit is contained in:
parent
5b8eb2c371
commit
abd969f6c9
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ bin/
|
|||
tmp/
|
||||
test-result
|
||||
server.pid
|
||||
*.iml
|
||||
*.eml
|
||||
/dist/
|
||||
.cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue