26 lines
438 B
Plaintext
26 lines
438 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/
|
|
|
|
# ---> VisualStudioCode
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
!.vscode/*.code-snippets
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|