From ccccb8e7e6f0797af3bae1b21ac3252db2958141 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 6 Aug 2024 15:51:54 +0530 Subject: [PATCH] Just ignore the static directory outputting by django's static collection --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c047f209..c525d674 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ khoj_assistant.egg-info /config/khoj*.yml .pytest_cache *.log -static +/src/khoj/static # Obsidian plugin artifacts # ---