Files
vic-user-react/.gitignore
Luk Lu ed66d3d0cf u
2022-04-03 15:22:13 +08:00

33 lines
392 B
Plaintext
Executable File

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/npm-debug.log*
/yarn-error.log
/yarn.lock
/package-lock.json
/.deploy_git
# production
/dist
# misc
.DS_Store
# umi
.umi
.umi-production
# IDE
/.vscode
/.idea
*.iml
# HBuilder
/h5pack/*.js
/h5pack/*.css
/h5pack/index.html
/h5pack/favicon.ico
/h5pack/static/
.deploy_git