mirror of
https://github.com/GeyserMC/MCProtocolLib.git
synced 2024-11-14 03:15:11 -05:00
31 lines
377 B
Text
31 lines
377 B
Text
# Compiled plugin files
|
|
target/
|
|
|
|
# IDE files
|
|
.idea/
|
|
.vscode/*
|
|
.settings/*
|
|
*.iml
|
|
*.iws
|
|
*.ipr
|
|
.classpath
|
|
.project
|
|
.factorypath
|
|
|
|
# UML
|
|
*.plantuml
|
|
|
|
# Gradle
|
|
.gradle
|
|
**/build/
|
|
!src/**/build/
|
|
**/run/
|
|
|
|
# Ignore Gradle GUI config
|
|
gradle-app.setting
|
|
|
|
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
|
|
!gradle-wrapper.jar
|
|
|
|
# Cache of project
|
|
.gradletasknamecache
|