Podcini-podcast/.gitignore

49 lines
533 B
Plaintext
Raw Normal View History

2024-02-05 21:50:43 +01:00
# built application files
*.apk
*.ap_
# files for the dex VM
*.dex
# Java class files
*.class
# generated files
bin/
gen/
target/
build/
**/*.project
**/*.classpath
2024-02-15 15:10:16 +01:00
**/.directory
2024-02-05 21:50:43 +01:00
# Local configuration file (sdk path, etc)
local.properties
.gradle
build.xml
# Backup files
*~
#eclipse project files
.metadata
.settings
#IntelliJ project files
.idea
*.iml
gen-external-apklibs
out
#transifex downloads
contributers.py
# View hierarchy captures
captures
# other
*.odg#
proguard
libs
*.DS_Store
gradle.properties
*.keystore
*.p12