mirror of
https://github.com/love2d/love-android.git
synced 2026-08-12 08:31:04 +02:00
34 lines
301 B
Plaintext
34 lines
301 B
Plaintext
assets/
|
|
bin/
|
|
gen/
|
|
libs/
|
|
obj/
|
|
|
|
local.properties
|
|
|
|
.*.swp
|
|
.*~
|
|
*~
|
|
*.o
|
|
*.so
|
|
*.a
|
|
*.orig
|
|
*.rej
|
|
|
|
|
|
# Downloaded gradle wrapper
|
|
.gradle
|
|
|
|
# Android Studio project files
|
|
.idea
|
|
*.iml
|
|
|
|
# Gradle build files
|
|
build
|
|
.externalNativeBuild
|
|
.cxx
|
|
|
|
# love-android specific
|
|
!app/src/main/assets/
|
|
app/src/main/assets/game.love
|