add files to gitignore
This commit is contained in:
parent
3d83d21bde
commit
d73d3a5c35
1 changed files with 25 additions and 1 deletions
24
.gitignore
vendored
24
.gitignore
vendored
|
|
@ -41,3 +41,27 @@ bin/
|
||||||
|
|
||||||
### Mac OS ###
|
### Mac OS ###
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
||||||
|
# Gradle build artifacts
|
||||||
|
/build/
|
||||||
|
!gradle/wrapper/gradle-wrapper.jar # keep wrapper jar
|
||||||
|
|
||||||
|
# Gradle cache and logs
|
||||||
|
.gradle/
|
||||||
|
out/
|
||||||
|
|
||||||
|
# Local configuration files
|
||||||
|
local.properties
|
||||||
|
*.iml
|
||||||
|
.idea/
|
||||||
|
*.ipr
|
||||||
|
*.iws
|
||||||
|
|
||||||
|
# OS files
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.swp
|
||||||
Loading…
Add table
Add a link
Reference in a new issue