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