Merge pull request #147 from HatScripts/git-files

Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion
This commit is contained in:
HatScripts 2025-12-09 08:31:36 +11:00 committed by GitHub
commit c1f19b2480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
*.svg text diff

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/node_modules/