.gitignore 360 B

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