diff options
| author | Bass <tudurap.com@gmail.com> | 2019-11-28 08:30:21 +0000 |
|---|---|---|
| committer | Bass <tudurap.com@gmail.com> | 2019-11-28 08:37:02 +0000 |
| commit | 9624570f50bf2d55d4e9908fdae81d614425a8c1 (patch) | |
| tree | a158868d44b43c5fac0c98fc6f057911b219ad22 /.gitignore | |
| parent | 03e03ad1a197fd4cd730f9048c722f661f4f4a72 (diff) | |
| download | GT5-Unofficial-9624570f50bf2d55d4e9908fdae81d614425a8c1.tar.gz GT5-Unofficial-9624570f50bf2d55d4e9908fdae81d614425a8c1.tar.bz2 GT5-Unofficial-9624570f50bf2d55d4e9908fdae81d614425a8c1.zip | |
Dependency rework bois
Moves most dependencies to load from maven repos, makes setting a new env up not an absolute nightmare.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 2b05b0c5ea..e97facd823 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ eclipse/ .project bin/ out/ -libs/ +libs/gregtech* CREDITS-fml.txt LICENSE-fml.txt MinecraftForge-Credits.txt |
