SongodaCore/.gitignore

25 lines
269 B
Plaintext
Raw Normal View History

##
# JetBrains IDEs
##
/.idea/
2019-11-13 02:52:46 +01:00
# Don't exclude files that might not be related to the IDE
2019-11-13 02:52:46 +01:00
*.iml
/*/*.iml
/NMS/*/*.iml
2019-11-13 02:52:46 +01:00
##
# Maven
##
# Don't exclude a 'target' package by accident
/target/
/*/target/
/NMS/*/target/
2019-11-13 02:52:46 +01:00
2019-04-26 00:09:38 +02:00
dependency-reduced-pom.xml
2020-06-25 07:10:35 +02:00
##
# Misc.
##
.DS_Store