23 lines
298 B
Plaintext
23 lines
298 B
Plaintext
# Ignore Gradle project-specific cache directory
|
|
.gradle
|
|
|
|
# Ignore Gradle build output directory
|
|
build
|
|
|
|
# java project
|
|
.classpath
|
|
.project
|
|
.settings
|
|
|
|
# gitignore itself
|
|
.gitattributes
|
|
|
|
# minecraft test server
|
|
test_server
|
|
|
|
# docker containers
|
|
docker_test/grafana_data
|
|
docker_test/prometheus_data
|
|
|
|
|