Files
sol-journal/.gitignore
2021-02-09 17:32:23 -07:00

31 lines
383 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
/public