diff options
author | Lunar Journal <md.node.0@gmail.com> | 2025-01-09 18:18:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-09 18:18:05 +0200 |
commit | 680899c6fa57545e8b61efef60b3667f4fa63f06 (patch) | |
tree | 53b53b9d9bbe0c9229517a8c9c485af4b63704b5 /.gitattributes | |
parent | 489ad5b7e6f6c2b2bca3a1ede73e0d557f3d6513 (diff) | |
download | emu8910-680899c6fa57545e8b61efef60b3667f4fa63f06.tar.gz emu8910-680899c6fa57545e8b61efef60b3667f4fa63f06.zip |
Create .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fc38f3a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.js linguist-detectable=false +*.html linguist-detectable=false |