Podcini-podcast/.gitignore

52 lines
607 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
.directory
2024-02-05 21:50:43 +01:00
*.odg#
proguard
libs
*.DS_Store
*.keystore
*.p12
2024-06-23 19:58:04 +02:00
# Since Kotlin 2.0.0, folder named ".kotlin" is created at compile time
.kotlin