dnote/web/.gitignore
Sung Won Cho cf62033fe7
Generate code coverage for js test (#302)
* Generate basic test coverage

* Use jest in web

* Use jest in jslib
2019-11-09 16:10:00 +08:00

27 lines
319 B
Text

node_modules
npm-debug.log
/static/dist
gin-bin
/server/api/api
/server/api/api_prod
/server/jobs/jobs
/server/jobs/jobs_prod
.env
.env.api
__pycache__
/dump
app.zip
/compiled
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
/public
/web
/vendor
/coverage