mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-21 20:01:15 +00:00
42 lines
490 B
Text
42 lines
490 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
build/
|
|
gen/
|
|
obj/
|
|
.gradle/
|
|
syncthing/gobuild
|
|
syncthing/pkg
|
|
__pycache__
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
project.properties
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Misc IDE stuff
|
|
eclipse-java-style.xml
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# Gradle wrapper
|
|
gradle/wrapper/gradle/
|
|
gradle/wrapper/gradlew*
|
|
|
|
# External build artifacts
|
|
ext/
|