SongodaCore/.gitignore
Christian Koop a73ed7908e Update pom.xml files and project structure
* Should fix IntelliJ sometimes not finding classes
* Should make things easier to understand and maintain
* Rename `LICENSE.md` to `LICENSE`
2021-07-08 15:37:37 +02:00

25 lines
269 B
Plaintext

##
# JetBrains IDEs
##
/.idea/
# Don't exclude files that might not be related to the IDE
*.iml
/*/*.iml
/NMS/*/*.iml
##
# Maven
##
# Don't exclude a 'target' package by accident
/target/
/*/target/
/NMS/*/target/
dependency-reduced-pom.xml
##
# Misc.
##
.DS_Store