markdown-live-preview/.gitignore

28 lines
353 B
Plaintext
Raw Permalink Normal View History

2020-08-09 18:08:58 +03:00
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# testing
/coverage
# production
/build
# misc
2020-05-09 03:28:54 +03:00
.DS_Store
2020-08-09 18:08:58 +03:00
.env.local
.env.development.local
.env.test.local
.env.production.local
2020-05-09 03:28:54 +03:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*
2020-08-09 18:08:58 +03:00
# project specific
.firebaserc
2020-05-09 03:28:54 +03:00
.firebase/