mirror of
https://github.com/helloworld1/FreeOTPPlus
synced 2025-10-05 16:12:43 +02:00
39 lines
472 B
Plaintext
39 lines
472 B
Plaintext
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# built native files
|
|
*.o
|
|
*.so
|
|
|
|
# Ignore gradle files
|
|
.gradle/
|
|
build/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Mac OS X clutter
|
|
*.DS_Store
|
|
|
|
# Windows clutter
|
|
Thumbs.db
|
|
|
|
# Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067)
|
|
*.iml
|
|
.idea
|
|
|
|
# Crowdin Config
|
|
crowdin.yml
|
|
|
|
app/release/
|