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

# dependencies
/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 11 12 13 14

# production
/dist

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

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