kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
Improve ignore of AndroidStudio files
rodzic
ccf2106949
commit
d5d056c7d5
|
@ -1,13 +1,13 @@
|
||||||
|
# Android Studio
|
||||||
|
/.idea/*
|
||||||
|
!/.idea/codeStyles
|
||||||
|
!/.idea/dictionaries/
|
||||||
|
!/.idea/runConfigurations/
|
||||||
|
*.iws
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
.gradle
|
.gradle
|
||||||
/local.properties
|
/local.properties
|
||||||
/.idea/caches
|
|
||||||
/.idea/libraries
|
|
||||||
/.idea/modules.xml
|
|
||||||
/.idea/workspace.xml
|
|
||||||
/.idea/navEditor.xml
|
|
||||||
/.idea/assetWizardSettings.xml
|
|
||||||
/.idea/modules/app/google-services.json
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
/build
|
/build
|
||||||
/captures
|
/captures
|
||||||
|
@ -19,5 +19,8 @@
|
||||||
*.jks
|
*.jks
|
||||||
keystore.properties
|
keystore.properties
|
||||||
|
|
||||||
|
# AGP profiling traces
|
||||||
|
*.trace
|
||||||
|
|
||||||
# Mapbox token file
|
# Mapbox token file
|
||||||
/app/src/main/res/values/mapbox-token.xml
|
/app/src/main/res/values/mapbox-token.xml
|
||||||
|
|
Ładowanie…
Reference in New Issue