23 lines
314 B
Plaintext
23 lines
314 B
Plaintext
# ---> Vue
|
|
# gitignore template for Vue.js projects
|
|
#
|
|
# Recommended template: Node.gitignore
|
|
|
|
# TODO: where does this rule come from?
|
|
docs/_book
|
|
|
|
# TODO: where does this rule come from?
|
|
test/
|
|
|
|
.DS_Store
|
|
.idea
|
|
node_modules/
|
|
.env.json
|
|
dist/
|
|
dist.crx
|
|
dist.pem
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
yarn.lock
|