diff options
author | BlueWeabo <ilia.iliev2005@gmail.com> | 2023-05-14 23:01:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-14 22:01:55 +0200 |
commit | 9c4e13c89f94e2a2d46340cb29f0784402881ede (patch) | |
tree | 1b2e6bec2e6305c90cc72dba3f58ae28c94bfbe3 /.gitignore | |
parent | 2b1d7a5a2982d595cbb7b0d143e2d87f509adf92 (diff) | |
download | GT5-Unofficial-9c4e13c89f94e2a2d46340cb29f0784402881ede.tar.gz GT5-Unofficial-9c4e13c89f94e2a2d46340cb29f0784402881ede.tar.bz2 GT5-Unofficial-9c4e13c89f94e2a2d46340cb29f0784402881ede.zip |
Enable MuTEs to have lasers (#187)
* it works?!?
* fixes
* spotless
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4d6346bf9b..3274a536d2 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,4 @@ whitelist.json src/main/resources/mixins.*.json *.bat .vscode/settings.json +.factorypath |