diff options
| author | miozune <miozune@gmail.com> | 2023-10-13 17:59:39 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 10:59:39 +0200 |
| commit | 4c8b94dd91fa5e16534d48415d5a4f75ea0bbb6f (patch) | |
| tree | b9222d444b42514e265640aab7c3488816ddccd8 /.gitignore | |
| parent | b43e65f3784a7978656a4e2a72a2734b37d7b735 (diff) | |
| download | GT5-Unofficial-4c8b94dd91fa5e16534d48415d5a4f75ea0bbb6f.tar.gz GT5-Unofficial-4c8b94dd91fa5e16534d48415d5a4f75ea0bbb6f.tar.bz2 GT5-Unofficial-4c8b94dd91fa5e16534d48415d5a4f75ea0bbb6f.zip | |
Fix Stocking Bus bug (#2326)
* Shut down machine with message if stocking bus fail to extract items
* Better way to handle message persistent on shutdown
* Minor cleanup
* Allow more localizations
* Add network status display
* Fix auto-pull mode accepting shift insert
* Remove workaround for issue with multiple ME buses in a multiblock
* Some tweak for appearance
* Correct inconsistent variable naming in GT_UITextures
* Update .gitignore
* Fix typo
* Remove isScheduledForResetCheckRecipeResult by using persistsOnShutdown
* Apply "cannot set slot" tooltip for empty slots too
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore index 072d992c52..53a3289fa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,10 @@ .gradle .settings /.idea/ -.shelf +/.vscode/ /run/ /build/ /eclipse/ -.vscode .classpath .project /bin/ @@ -27,12 +26,14 @@ whitelist.json *.iml *.ipr *.iws -src/main/resources/mixins.*.json +src/main/resources/mixins.*([!.]).json *.bat -/src/main/generated/ -/src/test/generated/ -.DS_Store -classes +*.DS_Store +!gradlew.bat .factorypath +addon.local.gradle +addon.local.gradle.kts +addon.late.local.gradle +addon.late.local.gradle.kts /.vs layout.json |
