From: Greg Burri Date: Fri, 17 Jan 2025 07:05:00 +0000 (+0100) Subject: Avoid to commit sass cache X-Git-Url: https://git.euphorik.ch/index.cgi?a=commitdiff_plain;h=9b44c58ca3e167a07c672a529ead4e43ed127fdf;p=recipes.git Avoid to commit sass cache --- diff --git a/.gitignore b/.gitignore index 2da7a47..adfeeca 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ style.css.map backend/static/frontend.js backend/static/style.css backend/file.db +backend/.sass-cache/* frontend/dist/ *.sqlite conf.ron @@ -14,4 +15,4 @@ conf.ron *.asml.bak node_modules pkg -package-lock.json \ No newline at end of file +package-lock.json