fix(create-vant-cli-app): missing .gitignore

This commit is contained in:
chenjiahan
2021-04-04 15:41:08 +08:00
parent c4a23a97a4
commit 57de1eb9d3
4 changed files with 18 additions and 8 deletions
@@ -0,0 +1,23 @@
*.log*
.cache
.DS_Store
.idea
.vscode
# npm
node_modules
package-lock.json
# husky
**/.husky/_
# test
test/coverage
# dist file
es
lib
dist
vetur
site
changelog.generated.md