mjfs.us/.gitignore

23 lines
291 B
Plaintext
Raw Permalink Normal View History

2018-04-23 00:43:17 +00:00
# See https://help.github.com/ignore-files/ for more about ignoring files.
# dependencies
/node_modules
# testing
/coverage
# production
/build
# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local
2019-04-23 15:14:29 +00:00
.idea
2018-04-23 00:43:17 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*