diff options
| author | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-09-12 17:01:27 +1000 |
|---|---|---|
| committer | Alkalus <3060479+draknyte1@users.noreply.github.com> | 2018-09-12 17:01:27 +1000 |
| commit | ed64f971b4298b186f2486dc553c9fab955d36b4 (patch) | |
| tree | bc90f24f53bd842b90ae836c044029da0bb5fb30 /.gitignore | |
| parent | 9f538f72e0274a47da852e8bd67faf2dd4cfdba2 (diff) | |
| download | GT5-Unofficial-ed64f971b4298b186f2486dc553c9fab955d36b4.tar.gz GT5-Unofficial-ed64f971b4298b186f2486dc553c9fab955d36b4.tar.bz2 GT5-Unofficial-ed64f971b4298b186f2486dc553c9fab955d36b4.zip | |
+ Added total luminosity to all Tinkers Construct fluids via ASM.
$ Recipe fix for Handpump.
% Re-enabled The Pocket Fusion & Generator Arrays.
% Updated .gitignore.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 31 |
1 files changed, 18 insertions, 13 deletions
diff --git a/.gitignore b/.gitignore index a593c3505c..f721dd791a 100644 --- a/.gitignore +++ b/.gitignore @@ -103,17 +103,22 @@ local.properties *.iml # Other -/screenshots -/world +backups +bin +blueprints +build +config +crash-reports +gradle +libs +local +logs +modpack +mods +resourcepacks +saves +screenshots +scripts +.circleci .gradle -.settings -asm/ -bin/ -config/ -crash-reports/ -gradle/ -logs/ -mods/ -resourcepacks/ -saves/ -VillageWiper/ +.okhttpcache |
