Switched build system to gradle
This commit is contained in:
parent
6962f189b7
commit
72e2e13d07
57 changed files with 685 additions and 591 deletions
19
.gitignore
vendored
19
.gitignore
vendored
|
|
@ -1,11 +1,22 @@
|
|||
*.iml
|
||||
.gradle
|
||||
/local.properties
|
||||
/.idea/caches
|
||||
/.idea/gradle.xml
|
||||
/.idea/libraries
|
||||
/.idea/modules.xml
|
||||
/.idea/workspace.xml
|
||||
/.idea/navEditor.xml
|
||||
/.idea/assetWizardSettings.xml
|
||||
.DS_Store
|
||||
/build
|
||||
/captures
|
||||
.externalNativeBuild
|
||||
.cxx
|
||||
misc/segments4
|
||||
misc/customprofiles
|
||||
target/
|
||||
*.BAK
|
||||
.classpath
|
||||
.project
|
||||
*.class
|
||||
*.iml
|
||||
|
||||
.idea/*
|
||||
!/.idea/runConfigurations
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue