diff options
| author | bombcar <github@bombcar.com> | 2022-01-06 01:46:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-06 08:46:12 +0100 |
| commit | 2721dd99417a48db7c96ee87adc4bc5e63e15947 (patch) | |
| tree | ab823939459b9d296a54ecc7afaeccb649729065 /.gitignore | |
| parent | 9bd17b7fdfb7d0aad98e368927010701e6671c88 (diff) | |
| download | GT5-Unofficial-2721dd99417a48db7c96ee87adc4bc5e63e15947.tar.gz GT5-Unofficial-2721dd99417a48db7c96ee87adc4bc5e63e15947.tar.bz2 GT5-Unofficial-2721dd99417a48db7c96ee87adc4bc5e63e15947.zip | |
Circuit Assembler rename (#853)
* update buildscript
* rename circuit assembler to fit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0ad97ce741..7063fb37b4 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ src/main/resources/mixins.*.json *.bat /src/main/generated/ /src/test/generated/ +.DS_Store |
