MobArena/.gitignore
Andreas Troelsen cf296704b0 Clean up .gitignore.
This file has an interesting history with content that goes all the way
back to MobArena's dark days of both Ant and Eclipse. This commit cleans
up the file a bit, removing a lot of unnecessary bits and pieces, and
making it a little more tightly bound to the current project setup.
2020-11-08 19:27:22 +01:00

15 lines
87 B
Plaintext

# Java
*.class
# Maven
target/
# Artifacts
*.jar
*.zip
# IntelliJ
.idea/
*.iml
out/