First commit
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
*.iml
|
||||
*.iws
|
||||
.idea/
|
||||
/out/
|
||||
!/.idea/assetWizardSettings.xml
|
||||
!/.idea/navEditor.xml
|
||||
|
||||
.gradle/
|
||||
/build/
|
||||
/*/build/
|
||||
|
||||
local.properties
|
||||
secrets.properties
|
||||
|
||||
*.apk
|
||||
*.ap_
|
||||
*.aab
|
||||
*.dex
|
||||
|
||||
*.jks
|
||||
*.keystore
|
||||
|
||||
.externalNativeBuild/
|
||||
.cxx/
|
||||
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
*.log
|
||||
captures/
|
||||
|
||||
*.hprof
|
||||
Reference in New Issue
Block a user