master
linlu 4 years ago
parent f092e8d830
commit 0ca800335d

22
.gitignore vendored

@ -0,0 +1,22 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/npm-debug.log*
/yarn-error.log
/package-lock.json
/.idea/*
/.idea/workspace.xml
/.msfu-prod/*
/.msfu-dev/*
# production
/dist
# misc
.DS_Store
# umi
/src/.umi
/src/.umi-production
/src/.umi-test
/.env.local

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save