From 829e4a9392d9e2ef553135294017efe097a340ee Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 8 Dec 2025 02:02:03 +0000 Subject: [PATCH] Add .gitattributes and .gitignore files for SVG handling and node_modules exclusion --- .gitattributes | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..5259f67 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.svg text diff diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2ccbe46 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/node_modules/