.gitignore 230 B

12345678910111213141516171819202122
  1. # See http://help.github.com/ignore-files/ for more about ignoring files.
  2. # dependencies
  3. node_modules
  4. # testing
  5. coverage
  6. # production
  7. build
  8. certs
  9. # misc
  10. .DS_Store
  11. .env
  12. .vscode
  13. config.json
  14. npm-debug.log
  15. error.log
  16. combined.log