website/.gitignore

28 lines
341 B
Plaintext
Raw Permalink Normal View History

2020-03-01 20:40:51 +01:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
2020-03-01 20:59:07 +01:00
/public/gasStations.xml
2020-03-03 21:34:19 +01:00
.env
2020-03-01 20:40:51 +01:00
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*