.gitignore 612 B

1234567891011121314151617181920212223242526272829303132333435
  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/src/examples/locale_list.json
  27. website/themes/uppy/layout/partials/generated_stargazers.ejs
  28. **/output/*
  29. !output/.keep
  30. examples/dev/file.txt
  31. issues.txt