From a01110dcd0a5d0ed1d0d4658f1529052a28cfcdf Mon Sep 17 00:00:00 2001 From: cp6 Date: Fri, 2 Dec 2022 14:03:07 +1100 Subject: [PATCH] Added public css and js to .gitattributes Added public css and js to .gitattributes These do not need to be tracked --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 967315d..42782b7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,6 @@ *.scss linguist-vendored *.js linguist-vendored CHANGELOG.md export-ignore + +/public/css/* -diff +/public/js/* -diff