mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-10 11:30:53 -07:00
64 lines
559 B
Text
64 lines
559 B
Text
|
# Temporary Files
|
||
|
*~
|
||
|
.*.swp
|
||
|
.DS_STORE
|
||
|
desktop.ini
|
||
|
robovm-build/
|
||
|
project.xcworkspace/
|
||
|
xcuserdata/
|
||
|
xcode/native/
|
||
|
.gradle/
|
||
|
build/
|
||
|
bin/
|
||
|
target/
|
||
|
obj/
|
||
|
out/
|
||
|
classes/
|
||
|
.gwt/
|
||
|
gwt-unitCache/
|
||
|
war/
|
||
|
gen/
|
||
|
gen-external-apklibs/
|
||
|
armeabi/
|
||
|
armeabi-v7a/
|
||
|
arm64-v8a/
|
||
|
linux32/
|
||
|
linux64/
|
||
|
windows32/
|
||
|
windows64/
|
||
|
macosx32/
|
||
|
ios32/
|
||
|
Debug/
|
||
|
Release/
|
||
|
x64/
|
||
|
x86/
|
||
|
x86_64/
|
||
|
ipch/
|
||
|
/dist
|
||
|
|
||
|
*.a
|
||
|
*.a.tvos
|
||
|
*.dll
|
||
|
*.dll.mdb
|
||
|
*.userprefs
|
||
|
*.sdf
|
||
|
*.class
|
||
|
hs_err_pid*
|
||
|
Thumbs.db
|
||
|
|
||
|
libgdx-*.zip
|
||
|
libgdx-*.zip.MD5
|
||
|
|
||
|
*.iml
|
||
|
/.idea/
|
||
|
|
||
|
/tmp/
|
||
|
|
||
|
#gradle wrapper
|
||
|
/local.properties
|
||
|
*.hprof
|
||
|
|
||
|
.storage
|
||
|
.httpCache
|
||
|
|
||
|
kotlin-js-store
|