mirror of
https://github.com/songoda/SongodaCore.git
synced 2024-11-23 18:45:34 +01:00
a73ed7908e
* Should fix IntelliJ sometimes not finding classes * Should make things easier to understand and maintain * Rename `LICENSE.md` to `LICENSE`
25 lines
269 B
Plaintext
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
|