From 2da7a2aed392dec5e43604ca0d3049d3bb17edd1 Mon Sep 17 00:00:00 2001 From: MacFJA Date: Tue, 14 Sep 2021 19:54:13 +0200 Subject: [PATCH] Add GitAttributes --- .gitattributes | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..a77c279 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,31 @@ +* text=auto +*.html text diff=html +*.css text +*.js text +*.cjs text +*.json text +*.lock text -diff +package-lock.json text -diff +*.svg text +*.*ignore text +*.svelte text diff=html +*.svx text diff=markdown +*.md text diff=markdown +*.svg text +*.woff2 binary +*.*rc text + +# +# Exclude files from exporting +# + +.editorconfig export-ignore +.eslintrc.cjs export-ignore +.gitattributes export-ignore +.github/ export-ignore +.gitignore export-ignore +.gitpod.yml export-ignore +.npmrc export-ignore +.prettierignore export-ignore +.prettierrc export-ignore +jest.config.cjs export-ignore