Files
sol-journal/.gitignore
2019-05-13 19:01:11 -06:00

30 lines
375 B
Plaintext

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
.DS_Store
.env
.env.local
.env.development
.env.development.local
.env.test.local
.env.production
.env.production.local
.env.staging
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.cache
public