mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2025-12-26 10:29:13 +00:00
26 lines
242 B
Plaintext
26 lines
242 B
Plaintext
# Mac filesystem dust
|
|
.DS_Store/
|
|
.DS_Store
|
|
|
|
# Linux temp files
|
|
*~
|
|
|
|
# IntelliJ
|
|
*.iml
|
|
.idea
|
|
|
|
# Gradle
|
|
!gradle/wrapper/gradle-wrapper.jar
|
|
.gradle
|
|
build
|
|
|
|
# Leaf
|
|
build-data
|
|
patches/todo
|
|
run
|
|
|
|
Leaf-API
|
|
Leaf-MojangAPI
|
|
Leaf-Server
|
|
paper-api-generator
|