From 7497c60295cb8b147f51d7270f044b392d8d2555 Mon Sep 17 00:00:00 2001 From: Martin Date: Fri, 21 Nov 2025 23:51:24 +0100 Subject: [PATCH] Update .gitignore to exclude build artifacts and internal files --- .gitignore | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 9b177bf..4862e38 100644 --- a/.gitignore +++ b/.gitignore @@ -29,16 +29,14 @@ env/ *.swo *~ -# Discord exports (raw data - 50MB+) -# Keep cleaned and parsed versions only -discord-export/general/ -discord-export/text-channels/ -discord-export/reference/ +# Discord exports - not published for privacy reasons +discord-export/ -# Keep these important files: -# !discord-export/cleaned/ -# !discord-export/FORUM_THREADS_SUMMARY.md -# !discord-export/all_channels_and_threads.txt +# GitHub docs - cause build errors +github-docs/ + +# Scripts - internal tooling only +scripts/ # Environment variables .env