Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion

This commit is contained in:
Waldir Pimenta 2025-12-08 02:02:03 +00:00
parent ebdeda65a5
commit 829e4a9392
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/