diff options
| author | Jakub <53441451+kuba6000@users.noreply.github.com> | 2023-02-26 22:40:47 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-26 22:40:47 +0100 |
| commit | 619bb97a9c0da47e9bb1e58eecc5669339beea97 (patch) | |
| tree | a7c665cbcc1c3bc3671ee735935f314875acb51e /.gitignore | |
| parent | 502e4751a75cd5e024bd38617761e79e8f25ff78 (diff) | |
| download | GT5-Unofficial-619bb97a9c0da47e9bb1e58eecc5669339beea97.tar.gz GT5-Unofficial-619bb97a9c0da47e9bb1e58eecc5669339beea97.tar.bz2 GT5-Unofficial-619bb97a9c0da47e9bb1e58eecc5669339beea97.zip | |
Fix Mega Apiary GUI scroll issue (#54)
* Fix scroll issue
* Inline variables
* Buildscript
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 48c525b136..42addef891 100644 --- a/.gitignore +++ b/.gitignore @@ -26,7 +26,7 @@ whitelist.json *.iml *.ipr *.iws -src/main/resources/mixins.*.json +src/main/resources/mixins.*([!.]).json *.bat *.DS_Store -!gradlew.bat +!gradlew.bat
\ No newline at end of file |
