From 8b37aa096a714fecfe8442d7177d95cabbbd9259 Mon Sep 17 00:00:00 2001 From: perzeuss <11357019+perzeuss@users.noreply.github.com> Date: Tue, 11 Mar 2025 22:00:31 +0100 Subject: [PATCH] chore: extend .difyignore --- .difyignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.difyignore b/.difyignore index 3e398ba..65d38e0 100644 --- a/.difyignore +++ b/.difyignore @@ -162,4 +162,8 @@ cython_debug/ # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore # 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/ \ No newline at end of file +.idea/ +docs +.git +.github +tests