feat: init+修改node版本
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -1,11 +1,21 @@
|
||||
# ---> Vue
|
||||
# gitignore template for Vue.js projects
|
||||
#
|
||||
# Recommended template: Node.gitignore
|
||||
.DS_Store
|
||||
node_modules/
|
||||
admin/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
docs/_book
|
||||
test/unit/coverage
|
||||
test/e2e/reports
|
||||
selenium-debug.log
|
||||
|
||||
# TODO: where does this rule come from?
|
||||
test/
|
||||
# Editor directories and files
|
||||
.idea
|
||||
.vscode
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.zip
|
||||
|
||||
package-lock.json
|
||||
|
||||
Reference in New Issue
Block a user