mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
* add en_US to gitignore as it seems to be generated when running `yarn build` * update angular.json this seems to be added when running build
38 lines
608 B
Text
38 lines
608 B
Text
.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
|
|
tsconfig.tsbuildinfo
|
|
tsconfig.build.tsbuildinfo
|
|
|
|
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
|
|
packages/@uppy/locales/src/en_US.js
|
|
|
|
**/output/*
|
|
!output/.keep
|
|
examples/dev/file.txt
|
|
issues.txt
|
|
|
|
# companion deployment files
|
|
transloadit-cluster-kubeconfig.yaml
|
|
companion-env.yml
|