mirror of
https://github.com/PryPurity/WorldBorder.git
synced 2024-11-22 11:35:14 +01:00
19 lines
177 B
Plaintext
19 lines
177 B
Plaintext
# Eclipse
|
|
.classpath
|
|
.project
|
|
.settings/
|
|
# Intellij
|
|
.idea/
|
|
*.iml
|
|
*.iws
|
|
/out/
|
|
# Mac
|
|
.DS_Store
|
|
# Maven
|
|
log/
|
|
target/
|
|
dependency-reduced-pom.xml
|
|
# I dont want it
|
|
bin/
|
|
src/test/
|
|
todo |