mirror of
https://github.com/github/gitignore
synced 2024-10-31 17:18:45 +01:00
abd969f6c9
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.
17 lines
164 B
Plaintext
17 lines
164 B
Plaintext
# Ignore Play! working directory #
|
|
bin/
|
|
/db
|
|
.eclipse
|
|
/lib/
|
|
/logs/
|
|
/modules
|
|
/project/project
|
|
/project/target
|
|
/target
|
|
tmp/
|
|
test-result
|
|
server.pid
|
|
*.eml
|
|
/dist/
|
|
.cache
|