mirror of
https://github.com/garbagemule/MobArena.git
synced 2024-11-22 18:46:45 +01:00
cf296704b0
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.
15 lines
87 B
Plaintext
15 lines
87 B
Plaintext
# Java
|
|
*.class
|
|
|
|
# Maven
|
|
target/
|
|
|
|
# Artifacts
|
|
*.jar
|
|
*.zip
|
|
|
|
# IntelliJ
|
|
.idea/
|
|
*.iml
|
|
out/
|