.gitignore 574 B

12345678910111213141516171819202122232425262728293031323334
  1. .DS_Store
  2. Thumbs.db
  3. npm-debug.log
  4. npm-debug.log*
  5. nohup.out
  6. node_modules
  7. .cache
  8. .eslintcache
  9. env.sh
  10. dist/
  11. lib/
  12. coverage/
  13. examples/dev/bundle.js
  14. test/endtoend/create-react-app/build/
  15. test/endtoend/create-react-app/coverage/
  16. uppy-*.tgz
  17. website/db.json
  18. website/*.log
  19. website/node_modules/
  20. website/public/
  21. website/.deploy*/
  22. website/src/_drafts
  23. website/themes/uppy/source/uppy/
  24. website/themes/uppy/_config.yml
  25. website/src/_template/list_of_locale_packs.md
  26. website/themes/uppy/layout/partials/generated_stargazers.ejs
  27. **/output/*
  28. !output/.keep
  29. examples/dev/file.txt
  30. issues.txt