From 587ccc508f628c20ca1ae53912ab470163d07efa Mon Sep 17 00:00:00 2001 From: valitovgaziz Date: Sat, 4 Oct 2025 22:18:58 +0500 Subject: [PATCH] modified: .gitignore gitignore delete duplicate lines --- .gitignore | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/.gitignore b/.gitignore index ac8a4ea..d9b7022 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ /spa/node_modules - -# Logs logs *.log npm-debug.log* @@ -8,18 +6,12 @@ yarn-debug.log* yarn-error.log* pnpm-debug.log* lerna-debug.log* - node_modules .DS_Store -# dist -# dist-ssr coverage *.local - /cypress/videos/ /cypress/screenshots/ - -# Editor directories and files .vscode/* .vscode/extensions.json .idea @@ -28,31 +20,18 @@ coverage *.njsproj *.sln *.sw? - *.tsbuildinfo *.node_modules *Makefile - -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. - -# dependencies /node_modules /.pnp .pnp.js - -# testing /coverage - -# production /build - -# misc -.DS_Store .env.local .env.development.local .env.test.local .env.production.local - -npm-debug.log* -yarn-debug.log* -yarn-error.log* +dist +dist-ssr +!.vscode/extensions.json