.gitignore 524 B

1234567891011121314151617181920212223242526272829303132333435
  1. .DS_Store
  2. Thumbs.db
  3. npm-debug.log
  4. npm-debug.log*
  5. nohup.out
  6. node_modules
  7. .angular
  8. .cache
  9. .parcel-cache
  10. .eslintcache
  11. .vscode/settings.json
  12. .yarn/cache
  13. .yarn/install-state.gz
  14. yarn-error.log
  15. .idea
  16. .env
  17. dist/
  18. lib/
  19. coverage/
  20. examples/dev/bundle.js
  21. examples/aws-php/vendor/*
  22. test/endtoend/create-react-app/build/
  23. test/endtoend/create-react-app/coverage/
  24. uppy-*.tgz
  25. generatedLocale.d.ts
  26. **/output/*
  27. !output/.keep
  28. examples/dev/file.txt
  29. issues.txt
  30. # companion deployment files
  31. transloadit-cluster-kubeconfig.yaml
  32. companion-env.yml