From c6823398010c92db74f592df6aeaf2c4bb2ed2a2 Mon Sep 17 00:00:00 2001 From: ExostFlash Date: Thu, 10 Jul 2025 13:42:50 +0200 Subject: [PATCH] modif gitignore --- .gitignore | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ae84271..332267b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,46 @@ -./node_modules \ No newline at end of file +# Node.js +node_modules/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Cypress +cypress/screenshots/ +cypress/videos/ +cypress/results/ + +# OS +.DS_Store +Thumbs.db + +# Env +.env +.env.* + +# VSCode +.vscode/ + +# Logs +logs/ +*.log + +# Build +/dist/ +/build/ + +# Coverage +coverage/ + +# Misc +*.local +.idea/ +*.sublime-workspace +*.sublime-project + +# Git +.git/ + +# Others +*.tgz +*.swp \ No newline at end of file