.gitignore 258 B

123456789101112131415
  1. # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
  2. # dependencies
  3. /node_modules
  4. packages/**/*/node_modules
  5. /npm-debug.log*
  6. /yarn-error.log
  7. /package-lock.json
  8. # production
  9. /logs
  10. # misc
  11. .DS_Store
  12. /dist
  13. /deploy.js
  14. /config.js