1234567891011121314151617181920212223242526272829303132333435 |
- .DS_Store
- Thumbs.db
- npm-debug.log
- npm-debug.log*
- nohup.out
- node_modules
- .angular
- .cache
- .parcel-cache
- .eslintcache
- .vscode/settings.json
- .yarn/cache
- .yarn/install-state.gz
- yarn-error.log
- .idea
- .env
- dist/
- lib/
- coverage/
- examples/dev/bundle.js
- examples/aws-php/vendor/*
- test/endtoend/create-react-app/build/
- test/endtoend/create-react-app/coverage/
- uppy-*.tgz
- generatedLocale.d.ts
- **/output/*
- !output/.keep
- examples/dev/file.txt
- issues.txt
- # companion deployment files
- transloadit-cluster-kubeconfig.yaml
- companion-env.yml
|