mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-30 04:19:13 +00:00
33 lines
284 B
Plaintext
33 lines
284 B
Plaintext
# JVM crash related
|
|
core.*
|
|
hs_err_pid*
|
|
|
|
# vim
|
|
.*.sw[a-p]
|
|
|
|
# Mac
|
|
.DS_Store/
|
|
.DS_Store
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# Intellij
|
|
.idea
|
|
*.iml
|
|
|
|
# Gradle
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
.gradle
|
|
build
|
|
|
|
# Leaf
|
|
build-data
|
|
run
|
|
|
|
Leaf-API
|
|
Leaf-MojangAPI
|
|
Leaf-Server
|
|
paper-api-generator
|
|
|
|
patches/todo |