From ff1436b5663b8683d5ded1555cba9efa45cdb6b2 Mon Sep 17 00:00:00 2001 From: Colin Dawson Date: Mon, 2 Mar 2026 22:45:13 +0000 Subject: [PATCH] Upgraded the git ingore to incluse some more jetbrains files. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 85a6763..1c30dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -159,7 +159,6 @@ Documentation/*.gz # image resizer cache imagecache/ -*.DotSettings # TypeScript mapping files *.js.map @@ -198,3 +197,7 @@ src/Sunrise.Web.FrontEnd/.prettierrc src/Sunrise.Web.FrontEnd/.vscode/settings.json src/Sunrise.Web.Customer/Content/bundles/vendor.js *.editorconfig + +#Jetbrains settings +*.DotSettings +*.DotSettings.user \ No newline at end of file