fixed git ignore
This commit is contained in:
36
.idea/.gitignore
generated
vendored
36
.idea/.gitignore
generated
vendored
@@ -1,34 +1,22 @@
|
|||||||
# Gradle files
|
# Gradle & Build
|
||||||
.gradle/
|
.gradle/
|
||||||
build/
|
build/
|
||||||
|
*.apk
|
||||||
|
*.aab
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# Local configuration
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
# Log/OS Files
|
# Android Studio/IntelliJ
|
||||||
*.log
|
.idea/workspace.xml
|
||||||
|
.idea/libraries/
|
||||||
# Android Studio generated files and folders
|
|
||||||
captures/
|
|
||||||
.externalNativeBuild/
|
|
||||||
.cxx/
|
|
||||||
*.aab
|
|
||||||
*.apk
|
|
||||||
output-metadata.json
|
|
||||||
|
|
||||||
# IntelliJ
|
|
||||||
*.iml
|
*.iml
|
||||||
.idea/
|
captures/
|
||||||
misc.xml
|
|
||||||
deploymentTargetDropDown.xml
|
|
||||||
render.experimental.xml
|
|
||||||
|
|
||||||
# Keystore files
|
# Keystore & Sensitive Data
|
||||||
*.jks
|
*.jks
|
||||||
*.keystore
|
*.keystore
|
||||||
|
# google-services.json
|
||||||
|
|
||||||
# Google Services (e.g. APIs or Firebase)
|
# OS specific
|
||||||
google-services.json
|
.DS_Store
|
||||||
|
|
||||||
# Android Profiling
|
|
||||||
*.hprof
|
|
||||||
Reference in New Issue
Block a user