MCProtocolLib/.gitignore

32 lines
377 B
Text
Raw Normal View History

2023-12-19 13:01:53 -05:00
# Compiled plugin files
target/
2023-12-19 13:01:53 -05:00
# IDE files
.idea/
.vscode/*
.settings/*
*.iml
*.iws
*.ipr
2012-08-12 21:56:36 -04:00
.classpath
.project
2023-12-19 13:01:53 -05:00
.factorypath
2023-12-19 13:01:53 -05:00
# 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
2023-12-19 13:01:53 -05:00
# Cache of project
.gradletasknamecache