From 2181ff0409d3909e8fc56ec57739ddac9f370725 Mon Sep 17 00:00:00 2001 From: Shivam Date: Sat, 21 Mar 2026 18:57:13 +0530 Subject: [PATCH] chore: update gitignore --- .gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/.gitignore b/.gitignore index f806227d1..1f907839f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,46 @@ user_data.sh *.pem # Sentry Auth Token .env.sentry-build-plugin + +# Environment variables +.env +.env.local +.env.*.local +.env.development +.env.test +.env.production + +# JSON env files with secrets +*.env.json +**/cypress.env.json + +# IDE files +.vscode/ +.idea/ +*.swp +*.swo +*.swn +*~ + +# LLM/AI Agent files +.cursorrules +.cursor/ +.claude/ +.claude* +.ailayer/ +.agents/ +ai-instructions/ +llm-instructions/ +.copilot/ +github-copilot/ +.conversation/ +*.prompt.md +prompts/ + +# Log files +*.log +logs/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +lerna-debug.log*