From dc80d08c3fe0af5962209776cfbd26fe486976eb Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 30 Sep 2025 18:28:11 +0330 Subject: [PATCH] chore(ReactJs): added ReactJs.gitignore file specific for ReactJs --- ReactJs.gitignore | 52 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 ReactJs.gitignore diff --git a/ReactJs.gitignore b/ReactJs.gitignore new file mode 100644 index 00000000..be3c5578 --- /dev/null +++ b/ReactJs.gitignore @@ -0,0 +1,52 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Dependency directories +node_modules/ +jspm_packages/ + +# Production build output (CRA / Vite / Next.js) +build/ +dist/ +.next/ +out/ + +# Local environment files +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Editor directories and files +.vscode/ +../github-gitignore/.idea/ +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? + +# TypeScript +*.tsbuildinfo +tsconfig.tsbuildinfo + +# Caches +.cache/ +.temp/ +*.tmp +*.temp + +# Optional: lock files (if you prefer not to commit them) +# package-lock.json +# yarn.lock +# pnpm-lock.yaml + +# System files +.DS_Store +Thumbs.db