diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 20:30:24 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 20:30:24 +0100 |
commit | 98640f0e1bfcdaf6a9937981304dbe643856aa53 (patch) | |
tree | ff6b6e4ee45c59fba6bf5ee406e620cb15678035 /.gitattributes | |
parent | 6bf22fc44a4d572d73e5e28246b7e4b20543037b (diff) |
scenery: add furniture
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 8a5c0bae..fe812a7b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ *.vert text eol=lf *.frag text eol=lf *.json -text +*.json.bak -text *.sh text eol=lf *.cmake text eol=lf *.conf text eol=lf |