.gitignore 461 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
.vscode
24

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

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

# umi
.umi
.umi-production

36
# screenshot
37
screenshot
陈帅's avatar
陈帅 committed
38 39 40
.firebase

.eslintcache