mirror of
https://github.com/github/gitignore
synced 2024-12-03 17:05:44 +01:00
33 lines
308 B
Plaintext
33 lines
308 B
Plaintext
|
*.class
|
||
|
.classpath
|
||
|
.project
|
||
|
*.iml
|
||
|
*.ipr
|
||
|
*.iws
|
||
|
*.log
|
||
|
*.bk
|
||
|
# Package Files #
|
||
|
*.jar
|
||
|
*.war
|
||
|
*.ear
|
||
|
|
||
|
# Exclude Folder List #
|
||
|
build/
|
||
|
.gradle/
|
||
|
.settings/
|
||
|
.idea/
|
||
|
bin/
|
||
|
out/
|
||
|
.gradletasknamecache
|
||
|
|
||
|
# OS generated files #
|
||
|
######################
|
||
|
.DS_Store
|
||
|
.DS_Store?
|
||
|
._*
|
||
|
.Spotlight-V100
|
||
|
.Trashes
|
||
|
Icon?
|
||
|
ehthumbs.db
|
||
|
Thumbs.db
|