mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
* build: add markdown linting * build: support markdown front matter * build: fail remark lint on warnings * Fix markdown lint warnings * changelog: fix markdown errors, allow literal URLs * ci: add markdown lint step * website: regenerate contributing.md * build: properly ignore vendor and built files from remark-lint * build: add private packages to lerna config
41 lines
753 B
Text
41 lines
753 B
Text
.DS_Store
|
|
Thumbs.db
|
|
npm-debug.log
|
|
npm-debug.log*
|
|
nohup.out
|
|
node_modules
|
|
.cache
|
|
.eslintcache
|
|
|
|
env.sh
|
|
|
|
dist/
|
|
lib/
|
|
coverage/
|
|
examples/dev/bundle.js
|
|
examples/aws-presigned-url/vendor/*
|
|
test/endtoend/create-react-app/build/
|
|
test/endtoend/create-react-app/coverage/
|
|
uppy-*.tgz
|
|
generatedLocale.d.ts
|
|
|
|
website/db.json
|
|
website/*.log
|
|
website/node_modules/
|
|
website/public/
|
|
website/.deploy*/
|
|
website/src/_drafts
|
|
website/themes/uppy/source/uppy/
|
|
website/themes/uppy/_config.yml
|
|
website/src/_template/list_of_locale_packs.md
|
|
website/src/examples/locale_list.json
|
|
website/themes/uppy/layout/partials/generated_stargazers.ejs
|
|
|
|
**/output/*
|
|
!output/.keep
|
|
examples/dev/file.txt
|
|
issues.txt
|
|
|
|
# companion deployment files
|
|
transloadit-cluster-kubeconfig.yaml
|
|
companion-env.yml
|