This website requires JavaScript.
Explore
Help
Sign In
Upstream
/
MobArena
Watch
1
Star
0
Fork
0
You've already forked MobArena
mirror of
https://github.com/garbagemule/MobArena.git
synced
2024-11-25 12:06:14 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
0527f116e2
MobArena
/
.gitignore
12 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
# Java
So, you got a big source code revamp. Big whoop, wanna fight about it?
2012-02-24 05:11:06 +01:00
*.class
Convert to Gradle. This commit converts the project from Maven to Gradle by removing the old Maven-related files such as `pom.xml` and the Maven Wrapper, and replacing them with their Gradle counterparts (more or less). Comparing the artifacts from Maven and Gradle indicates no significant differences in the resulting jar-files, and a quick test of the plugin shows that things are still working as expected. Bits of `build.gradle.kts` may need a bit of a tune-up later down the road, e.g. the test sources "hack" put in place. It may be cleaner to omit this hack and just suck up having to repeat dependencies, but in that case, it might be better to embrace the "libs" file instead of having to repeat dependencies in full. Note that this commit changes the caching mechanism used in the GitHub Actions build workflow, opting for the one built into `setup-java`.
2023-12-09 15:36:40 +01:00
# Gradle
.gradle/
build/
Update .gitignore for Python virtualenvs (for docs)
2017-11-29 19:18:12 +01:00
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
# IntelliJ
.idea/
*.iml
out/
Reference in New Issue
Copy Permalink