thunderhub/.gitignore

30 lines
351 B
Text
Raw Normal View History

2019-11-02 21:25:47 +01:00
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
2019-11-02 23:04:07 +01:00
#webpack
/dist
2019-11-02 21:25:47 +01:00
# misc
.DS_Store
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
2020-01-31 20:57:57 +01:00
yarn-error.log*
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml