LibreTube/.gitignore

32 lines
379 B
Plaintext
Raw Permalink Normal View History

2022-02-03 15:27:23 +05:30
# Gradle files
.gradle/
build/
# Local configuration file (sdk path, etc)
2021-12-09 18:01:40 +05:30
local.properties
2022-02-03 15:27:23 +05:30
# Log/OS Files
*.log
# Android Studio generated files and folders
captures/
.externalNativeBuild/
.cxx/
*.apk
output.json
# IntelliJ
*.iml
.idea/
# Keystore files
*.jks
*.keystore
# Google Services (e.g. APIs or Firebase)
google-services.json
# Android Profiling
*.hprof
2022-04-30 12:54:40 +05:30
.DS_Store