From dc80d08c3fe0af5962209776cfbd26fe486976eb Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 30 Sep 2025 18:28:11 +0330 Subject: [PATCH 1/3] 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 0000000000..be3c5578cc --- /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 From 0fc6f886bca85cc6aa3256c81e06cf5fcb5f1aee Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 30 Sep 2025 18:28:36 +0330 Subject: [PATCH 2/3] chore(VueJs): added VueJs.gitignore file specific for Vue.js --- VueJs.gitignore | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 VueJs.gitignore diff --git a/VueJs.gitignore b/VueJs.gitignore new file mode 100644 index 0000000000..f4655f4890 --- /dev/null +++ b/VueJs.gitignore @@ -0,0 +1,53 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Dependency directories +node_modules/ +jspm_packages/ + +# Production build output (Vue CLI / Vite) +dist/ +build/ +www/ +*.local + +# Local environment files +.env +.env.local +.env.*.local + +# Vue CLI UI config +.vue-cli-ui.json + +# 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 From cda33e400bb2790dce3df182747a35804c3e2662 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 30 Sep 2025 18:33:42 +0330 Subject: [PATCH 3/3] fix(.gitignore): fixed GitHub copilot review changes --- ReactJs.gitignore | 1 - VueJs.gitignore | 1 - 2 files changed, 2 deletions(-) diff --git a/ReactJs.gitignore b/ReactJs.gitignore index be3c5578cc..bce6edbfc9 100644 --- a/ReactJs.gitignore +++ b/ReactJs.gitignore @@ -25,7 +25,6 @@ out/ # Editor directories and files .vscode/ -../github-gitignore/.idea/ *.suo *.ntvs* *.njsproj diff --git a/VueJs.gitignore b/VueJs.gitignore index f4655f4890..c7f328ac8f 100644 --- a/VueJs.gitignore +++ b/VueJs.gitignore @@ -26,7 +26,6 @@ www/ # Editor directories and files .vscode/ -../github-gitignore/.idea/ *.suo *.ntvs* *.njsproj