init
This commit is contained in:
parent
c8bd6e3884
commit
fec4d98691
44
.gitignore
vendored
44
.gitignore
vendored
@ -1,32 +1,14 @@
|
|||||||
# ---> Android
|
|
||||||
# Gradle files
|
|
||||||
.gradle/
|
|
||||||
build/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Log/OS Files
|
|
||||||
*.log
|
|
||||||
|
|
||||||
# Android Studio generated files and folders
|
|
||||||
captures/
|
|
||||||
.externalNativeBuild/
|
|
||||||
.cxx/
|
|
||||||
*.apk
|
|
||||||
output.json
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
.gradle
|
||||||
|
/local.properties
|
||||||
# Keystore files
|
/.idea/caches
|
||||||
*.jks
|
/.idea/libraries
|
||||||
*.keystore
|
/.idea/modules.xml
|
||||||
|
/.idea/workspace.xml
|
||||||
# Google Services (e.g. APIs or Firebase)
|
/.idea/navEditor.xml
|
||||||
google-services.json
|
/.idea/assetWizardSettings.xml
|
||||||
|
.DS_Store
|
||||||
# Android Profiling
|
/build
|
||||||
*.hprof
|
/captures
|
||||||
|
.externalNativeBuild
|
||||||
|
.cxx
|
||||||
|
Loading…
Reference in New Issue
Block a user