[and, git] Ignores for gradle
This commit is contained in:
parent
33de126047
commit
840d0d392e
2 changed files with 4 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,6 +2,9 @@
|
|||
*.pro.user
|
||||
*~
|
||||
build-*
|
||||
build/
|
||||
.gradle/
|
||||
.gradle*
|
||||
|
||||
project.xcworkspace
|
||||
xcuserdata
|
||||
|
|
1
android/.gitignore
vendored
1
android/.gitignore
vendored
|
@ -1,5 +1,6 @@
|
|||
bin/
|
||||
gen/
|
||||
build/
|
||||
.settings/
|
||||
resbuilder/
|
||||
spoon-output/
|
||||
|
|
Reference in a new issue