.gitignore 450 Bytes
Newer Older
1 2 3
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
4
**/node_modules
5 6
# roadhog-api-doc ignore
/src/utils/request-temp.js
afc163's avatar
afc163 committed
7
_roadhog-api-doc
8 9 10

# production
/dist
11
/.vscode
12 13 14 15

# misc
.DS_Store
npm-debug.log*
afc163's avatar
afc163 committed
16
yarn-error.log
偏右's avatar
偏右 committed
17 18

/coverage
niko's avatar
niko committed
19
.idea
ddcat1115's avatar
ddcat1115 committed
20
yarn.lock
杨圆建's avatar
杨圆建 committed
21
package-lock.json
22
*bak
陈帅's avatar
陈帅 committed
23 24
jsconfig.json
.vscode
25

陈帅's avatar
陈帅 committed
26 27 28 29 30 31 32 33 34 35 36 37 38
# visual studio code
.history
*.log

functions/mock
.temp/**

# umi
.umi
.umi-production

# screenshot
screenshot