mirror of
https://github.com/github/gitignore
synced 2024-11-01 01:28:44 +01:00
e605ce745a
Delete duplicated "eclipse" and support ignoring IDEA's metafile such as
23 lines
303 B
Plaintext
23 lines
303 B
Plaintext
# Extracted from https://github.com/ulrich/macaron-factory/blob/master/.gitignore
|
|
# 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
|