mirror of
https://github.com/github/gitignore
synced 2024-12-02 16:35:44 +01:00
Create Gradle.gitignore
This commit is contained in:
parent
0aeefb48c0
commit
b4a70ccf73
32
Gradle.gitignore
Normal file
32
Gradle.gitignore
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
*.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
|
Loading…
Reference in New Issue
Block a user