mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-27 22:10:40 +02:00
75 lines
844 B
Plaintext
75 lines
844 B
Plaintext
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Kotlin build files
|
|
/.kotlin
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
|
|
# Gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
*.log.last
|
|
|
|
# reduce exposure risk for Local Secrets
|
|
*.cer
|
|
*.crt
|
|
*.env
|
|
*.jks
|
|
*.key
|
|
*.keystore
|
|
*.p12
|
|
*.pem
|
|
*.pfx
|
|
*.secret
|
|
*.token
|
|
.env
|
|
.env.*
|
|
config.json
|
|
credentials.json
|
|
google-services.json
|
|
id_ed25519
|
|
id_rsa
|
|
key.properties
|
|
kubeconfig
|
|
local.properties
|
|
local.settings.json
|
|
private/
|
|
secrets.json
|
|
secrets/
|
|
|
|
.idea/*
|
|
!.idea/icon.svg
|
|
!.idea/dictionaries
|
|
.idea/dictionaries/*
|
|
!.idea/dictionaries/project.xml
|
|
*.iml
|
|
|
|
MPChartLib
|
|
|
|
fw.dirs
|
|
**/.project
|
|
**/.settings
|
|
**/.classpath
|
|
app/release/output-metadata.json
|
|
app/.cxx/
|
|
.attach_pid*
|