Update .gitignore

This commit is contained in:
Christian Koop 2021-09-25 21:20:08 +02:00
parent 799bf30651
commit c3caf391cd
No known key found for this signature in database
GPG Key ID: 89A8181384E010A3

3
.gitignore vendored
View File

@ -2,8 +2,6 @@
# JetBrains IDEs # JetBrains IDEs
## ##
/.idea/ /.idea/
# Don't exclude files that might not be related to the IDE
*.iml *.iml
/*/*.iml /*/*.iml
/NMS/*/*.iml /NMS/*/*.iml
@ -11,7 +9,6 @@
## ##
# Maven # Maven
## ##
# Don't exclude a 'target' package by accident
/target/ /target/
/*/target/ /*/target/
/NMS/*/target/ /NMS/*/target/