From 10e4279eb44ff7c256478d8f9ef967539d5e781b Mon Sep 17 00:00:00 2001 From: Hendrik L Date: Wed, 10 Jul 2024 12:30:29 +0200 Subject: [PATCH] allow css debugging (the map file isn't fetched under normal circumstances) --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index ec649c25..465ad7d8 100644 --- a/.gitignore +++ b/.gitignore @@ -159,7 +159,6 @@ cython_debug/ # and can be added to the global gitignore or merged into this file. For a more nuclear # option (not recommended) you can uncomment the following to ignore the entire idea folder. .idea/ -app/static/*.css.map /app/static/media/ celery_worker.py