Gasflow-fork/.gitignore

30 lines
312 B
Plaintext
Raw Normal View History

2015-10-17 09:48:47 +01:00
# Built application files
2015-10-17 09:20:10 +01:00
*.apk
2015-10-17 09:48:47 +01:00
*.ap_
# Files for the Dalvik VM
*.dex
# Java class files
*.class
# Generated files
bin/
gen/
# Gradle files
.gradle/
build/
/*/build/
# Local configuration file (sdk path, etc)
local.properties
# Proguard folder generated by Eclipse
proguard/
# Log Files
*.log
2024-08-31 11:23:42 +01:00
# IDE
.idea