From 9823eac72338f5a7c748f213b14ae76b648d7e96 Mon Sep 17 00:00:00 2001 From: Luis Almeida Date: Wed, 19 Jul 2023 15:49:16 +0200 Subject: [PATCH] chore: hide generated files instead of ignoring --- .gitattributes | 3 +++ .gitignore | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..913d5054a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +script.js linguist-generated +style.css linguist-generated +assets/** linguist-generated diff --git a/.gitignore b/.gitignore index e65772775..cb9faaab5 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,4 @@ style.css.map node_modules/ .zat -script.js -style.css -assets/ *.DS_Store