jamfish/.gitignore
2021-08-09 14:50:15 +09:00

26 lines
161 B
Text

# Build
*.apk
# Cache
bin
gen
out
# NDK
*.so
*.hpp
*.h
# Gradle
*.gradle
*.jar
gradlew
gradlew.bat
build
# Configuration
local.properties
# Other
.idea
.vs