From 775186320c61395eccfc0e237e1eabf0897651c7 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Mon, 30 Sep 2024 11:46:55 +0000 Subject: [PATCH] Update .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 8291c6f..af6134b 100644 --- a/.gitignore +++ b/.gitignore @@ -101,3 +101,6 @@ celerybeat.pid # SageMath parsed files *.sage.py + +# Compiled static files (copied from frontend/dist/static as part of setup.py) +inventree_wireviz/static \ No newline at end of file