From 569261e34788df3dda397c097af0d9de74f753a2 Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Wed, 7 Feb 2024 20:25:39 +0100 Subject: [PATCH] Add previous variables file to gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 9de76cf..c847c74 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,7 @@ Thumbs.db # Node modules and output node_modules dist -src/_includes/css \ No newline at end of file +src/_includes/css + +# Custom +_variables_old.scss \ No newline at end of file