添加 admin-web .gitignore 配置项

This commit is contained in:
sin 2019-02-27 11:10:22 +08:00
parent b2068ae44b
commit 7bbee8fa2c

45
.gitignore vendored
View File

@ -1,3 +1,6 @@
# 查看更多 .gitignore 配置 -> https://help.github.com/articles/ignoring-files/
/target/
!.mvn/wrapper/maven-wrapper.jar
@ -24,3 +27,45 @@ target/*
/nbdist/
/.nb-gradle/
/build/
### admin-web ###
# dependencies
**/node_modules
# roadhog-api-doc ignore
/src/utils/request-temp.js
_roadhog-api-doc
# production
/dist
/.vscode
# misc
.DS_Store
npm-debug.log*
yarn-error.log
/coverage
.idea
yarn.lock
package-lock.json
*bak
.vscode
# visual studio code
.history
*.log
functions/mock
.temp/**
# umi
.umi
.umi-production
# screenshot
screenshot
.firebase