.gitignore 358 B

12345678910111213141516171819202122232425262728
  1. .DS_Store
  2. Thumbs.db
  3. npm-debug.log
  4. env.sh
  5. node_modules
  6. dist/
  7. lib/
  8. coverage/
  9. website/db.json
  10. website/*.log
  11. website/node_modules/
  12. website/public/
  13. website/.deploy*/
  14. website/src/_drafts
  15. website/themes/uppy/source/uppy/
  16. website/themes/uppy/_config.yml
  17. npm-debug.log*
  18. nohup.out
  19. examples/bundled-example/bundle.js
  20. uppy-*.tgz
  21. .eslintcache
  22. output/*
  23. !output/.keep