update gitignore for vue project

This commit is contained in:
2023-07-27 13:05:30 +02:00
parent a87ee8003a
commit f91eb9a898
+25 -8
View File
@@ -1,11 +1,28 @@
# ---> Vue # Logs
# gitignore template for Vue.js projects logs
# *.log
# Recommended template: Node.gitignore npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# TODO: where does this rule come from? node_modules
docs/_book .DS_Store
dist
dist-ssr
coverage
*.local
# TODO: where does this rule come from? /cypress/videos/
test/ /cypress/screenshots/
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?