This repository has been archived on 2023-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
mc-PlexTool/.gitignore
Christoph J. Scherr 21356aac2c ignore stuff
Signed-off-by: PlexSheep <PlexSheep@protonmail.com>
2023-03-30 22:13:21 +02:00

26 lines
445 B
Text

.gradle
**/build/
!src/**/build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Avoid ignore Gradle wrappper properties
!gradle-wrapper.properties
# Cache of project
.gradletasknamecache
# Eclipse Gradle plugin generated files
# Eclipse Core
.project
# JDT-specific (Eclipse Java Development Tools)
.classpath
/run/**
/bin/**
/.idea/
/.vscode/