mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-02 05:04:37 -04:00
Improve ignore of AndroidStudio files
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -1,13 +1,13 @@
|
||||
# Android Studio
|
||||
/.idea/*
|
||||
!/.idea/codeStyles
|
||||
!/.idea/dictionaries/
|
||||
!/.idea/runConfigurations/
|
||||
*.iws
|
||||
*.iml
|
||||
|
||||
.gradle
|
||||
/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
|
||||
/build
|
||||
/captures
|
||||
@@ -19,5 +19,8 @@
|
||||
*.jks
|
||||
keystore.properties
|
||||
|
||||
# AGP profiling traces
|
||||
*.trace
|
||||
|
||||
# Mapbox token file
|
||||
/app/src/main/res/values/mapbox-token.xml
|
||||
|
||||
Reference in New Issue
Block a user