modif gitignore
This commit is contained in:
parent
c339a740eb
commit
c682339801
1 changed files with 46 additions and 1 deletions
47
.gitignore
vendored
47
.gitignore
vendored
|
|
@ -1 +1,46 @@
|
||||||
./node_modules
|
# 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
|
||||||
Loading…
Add table
Reference in a new issue