ntfy-android/.gitignore

57 lines
664 B
Plaintext
Raw Normal View History

2021-10-30 14:13:58 +13:00
# Google services (Firebase/FCM) config and keys
google-services.json
2021-11-02 07:28:57 +13:00
# Signing keystore
.keystores/
.signing/
2021-11-17 17:01:23 +13:00
# Playground
playground/
2021-11-02 07:28:57 +13:00
# Release
2021-11-18 14:39:03 +13:00
releases/
2021-11-02 07:28:57 +13:00
app/release/
# built application files
*.apk
*.ap_
# Mac files
.DS_Store
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
# Ignore gradle files
.gradle/
2021-11-30 09:28:05 +13:00
# Build outputs
build/
2021-11-30 09:28:05 +13:00
app/fdroid/release/
app/fdroid/debug/
app/play/release/
app/play/debug/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
proguard-project.txt
# Eclipse files
.project
.classpath
.settings/
# Android Studio/IDEA
*.iml
.idea