DnDApplication/.gitignore
Andres Gomez, Thomas (ITDV CC) - AF (ext) 70045251b2 Initial commit
2023-07-12 19:43:11 +02:00

36 lines
No EOL
401 B
Text

# 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/
build/
# 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