mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-22 04:11:14 +00:00
53 lines
765 B
Text
53 lines
765 B
Text
# built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# files for the dex VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# generated files
|
|
bin/
|
|
build/
|
|
gen/
|
|
src/main/jniLibs/
|
|
obj/
|
|
.gradle/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
project.properties
|
|
|
|
# Eclipse project files
|
|
.settings/
|
|
.classpath
|
|
.project
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Intellij project files
|
|
*.iml
|
|
*.ipr
|
|
*.iws
|
|
.idea/
|
|
|
|
# Gradle wrapper
|
|
gradle/wrapper/gradle/
|
|
gradle/wrapper/gradlew*
|
|
|
|
# Go native dependencies
|
|
ext/golang/dist
|
|
|
|
# Syncthing native dependencies
|
|
ext/syncthing/pkg/
|
|
ext/syncthing/src/code.google.com/
|
|
ext/syncthing/src/github.com/kr/
|
|
ext/syncthing/src/github.com/mattn/
|
|
ext/syncthing/src/github.com/tools/
|
|
ext/syncthing/src/golang.org/
|
|
|
|
# gradle-play-publisher
|
|
keys.json
|