.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
jsconfig.json
陈帅's avatar
陈帅 committed
24
.vscode
25

愚道's avatar
愚道 committed
26
# visual studio code
陈帅's avatar
陈帅 committed
27
.history
陈帅's avatar
陈帅 committed
28
*.log
陈帅's avatar
陈帅 committed
29

陈帅's avatar
陈帅 committed
30
functions/mock
陈帅's avatar
陈帅 committed
31
.temp/**
愚道's avatar
愚道 committed
32 33 34 35 36

# umi
.umi
.umi-production

37 38
# screenshot
screenshot