mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-13 19:36:09 -04:00
35 lines
411 B
Plaintext
35 lines
411 B
Plaintext
# Android Studio
|
|
/.idea/*
|
|
!/.idea/codeStyles
|
|
!/.idea/dictionaries/
|
|
!/.idea/runConfigurations/
|
|
!/.idea/icon.svg
|
|
*.iws
|
|
*.iml
|
|
|
|
.gradle
|
|
/local.properties
|
|
.DS_Store
|
|
/build
|
|
/captures
|
|
.externalNativeBuild
|
|
.cxx
|
|
/app/release
|
|
/buildSrc/build
|
|
|
|
# Java KeyStore certificates
|
|
*.jks
|
|
keystore.properties
|
|
|
|
# AGP profiling traces
|
|
*.trace
|
|
|
|
# Kotlin compiler
|
|
.kotlin
|
|
|
|
# VS code
|
|
.vscode/settings.json
|
|
|
|
# Secrets
|
|
/secrets.properties
|