mirror of
https://github.com/utopia-rise/godot-kotlin-project-template.git
synced 2025-01-10 15:00:53 -07:00
14 lines
195 B
Text
14 lines
195 B
Text
|
# Godot 4+ specific ignores
|
||
|
.godot/
|
||
|
|
||
|
# Gradle specific ignores
|
||
|
.gradle/
|
||
|
build/
|
||
|
|
||
|
# Godot Kotlin/JVM specific ignores
|
||
|
.idea/
|
||
|
jre-arm64/
|
||
|
jre-amd64/
|
||
|
graal/
|
||
|
*.log
|
||
|
src/main/resources/META-INF/services/
|