add files to gitignore
This commit is contained in:
parent
3d83d21bde
commit
d73d3a5c35
1 changed files with 25 additions and 1 deletions
26
.gitignore
vendored
26
.gitignore
vendored
|
|
@ -40,4 +40,28 @@ bin/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
|
||||||
### 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