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,17 @@
*.log*
.cache
.DS_Store
.idea
.vscode
# npm
node_modules
package-lock.json
# dist file
es
lib
site
# test
test/coverage