mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 02:28:42 +00:00
The build system should now be fully autonomous. That means that the build should run just fine without any user intervention upon cloning the repository. The dependencies are now pulled from [modmaven](https://modmaven.dev) instead of assuming they're in local directory. This removes the need to download them manually for users building this repository from source. Update of README.md is strongly advised.
23 lines
144 B
Plaintext
23 lines
144 B
Plaintext
# eclipse
|
|
eclipse
|
|
bin
|
|
*.launch
|
|
.settings
|
|
.metadata
|
|
.classpath
|
|
.project
|
|
|
|
# idea
|
|
out
|
|
*.ipr
|
|
*.iws
|
|
*.iml
|
|
.idea
|
|
|
|
# gradle
|
|
build
|
|
.gradle
|
|
|
|
# other
|
|
run
|