etesync/.gitignore

24 lines
304 B
Plaintext
Raw Normal View History

2017-11-30 11:06:15 +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
2017-11-30 11:08:47 +00:00
.*.swp
2019-02-12 13:33:31 +00:00
Session.vim
2017-11-30 11:06:15 +00:00
npm-debug.log*
yarn-debug.log*
yarn-error.log*