.gitignore 608 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. tsconfig.tsbuildinfo
  18. tsconfig.build.tsbuildinfo
  19. dist/
  20. lib/
  21. coverage/
  22. examples/dev/bundle.js
  23. examples/aws-php/vendor/*
  24. test/endtoend/create-react-app/build/
  25. test/endtoend/create-react-app/coverage/
  26. uppy-*.tgz
  27. generatedLocale.d.ts
  28. packages/@uppy/locales/src/en_US.js
  29. **/output/*
  30. !output/.keep
  31. examples/dev/file.txt
  32. issues.txt
  33. # companion deployment files
  34. transloadit-cluster-kubeconfig.yaml
  35. companion-env.yml