From 8585ddf92a4a1a35145bd7f89b9ccc6201be5e23 Mon Sep 17 00:00:00 2001 From: ianshaloom Date: Sat, 14 Mar 2026 15:34:33 +0300 Subject: [PATCH] chore(gitignore): update .gitignore to include additional directories and files Added various directories and files to .gitignore to prevent them from being tracked, including IDE configurations, documentation, and seed data generator. --- .gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.gitignore b/.gitignore index d4c064e..92795e0 100644 --- a/.gitignore +++ b/.gitignore @@ -33,3 +33,19 @@ yarn-error.log* apps/admin/.env.staging apps/storefront/.env.staging convex/.env.staging + +# Others +seed-data-generator/ +.agent/ +.gitea/ +.cursor/ +.idea/ +.vscode/ +docs/ +.claude/ +.aiassistant/ +add-shadcn-ui-mcp.md +gitea-cicd-troubleshooting.md +.gitignore +some_html_template.html +notes.md \ No newline at end of file