From 124cac4fa2e87b133c95c5e7604802d5adcf77cb Mon Sep 17 00:00:00 2001 From: eotel <49769982+Eotel@users.noreply.github.com> Date: Wed, 2 Oct 2024 13:54:01 +0900 Subject: [PATCH] chore: Update configuration files and ignore cache files - Add .cache file to the list of ignored files in the .gitignore - Set "minifySvg" to false in .htmlnanorc file --- .gitignore | 1 + .htmlnanorc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 .htmlnanorc diff --git a/.gitignore b/.gitignore index 8c81110..8e6ecc3 100644 --- a/.gitignore +++ b/.gitignore @@ -209,3 +209,4 @@ xcuserdata/ dist node_modules .parcel-cache +.cache diff --git a/.htmlnanorc b/.htmlnanorc new file mode 100644 index 0000000..d740cf3 --- /dev/null +++ b/.htmlnanorc @@ -0,0 +1,3 @@ +{ + "minifySvg": false +}