From 263450fbd2fe15b00e66692b17b46512ea414240 Mon Sep 17 00:00:00 2001 From: Kumi Date: Thu, 8 Aug 2024 08:38:13 +0200 Subject: [PATCH] chore: update .gitignore to include compiled CSS files Expanded the .gitignore to also ignore compiled CSS files, ensuring they are not tracked in the repository, similar to how compiled JS files are handled. This keeps the repo clean and focuses on source files. --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e215121..150c2a2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,5 +4,6 @@ coingecko.json coingecko-original.json -# Compiled JS -/js/ \ No newline at end of file +# Compiled files +/js/ +/css/