From 2096ae60464b0f6a36195769a6312476e8313ea9 Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Sat, 7 Feb 2026 15:39:45 +0330 Subject: [PATCH] update git ignore --- .gitignore | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c3629e..5ef6a52 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,41 @@ -node_modules +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.* +.yarn/* +!.yarn/patches +!.yarn/plugins +!.yarn/releases +!.yarn/versions + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* +.pnpm-debug.log* + +# env files (can opt-in for committing if needed) +.env* + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts