mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-17 16:50:22 +00:00
Tweak gitignore
This commit is contained in:
parent
89b92c2309
commit
a617c82e3a
1 changed files with 9 additions and 9 deletions
18
.gitignore
vendored
18
.gitignore
vendored
|
|
@ -1,13 +1,21 @@
|
|||
.DS_Store
|
||||
Thumbs.db
|
||||
npm-debug.log
|
||||
env.sh
|
||||
npm-debug.log*
|
||||
nohup.out
|
||||
node_modules
|
||||
.cache
|
||||
.eslintcache
|
||||
|
||||
env.sh
|
||||
|
||||
dist/
|
||||
lib/
|
||||
coverage/
|
||||
examples/dev/bundle.js
|
||||
test/endtoend/create-react-app/build/
|
||||
test/endtoend/create-react-app/coverage/
|
||||
uppy-*.tgz
|
||||
|
||||
website/db.json
|
||||
website/*.log
|
||||
|
|
@ -20,14 +28,6 @@ website/themes/uppy/_config.yml
|
|||
website/src/_template/list_of_locale_packs.md
|
||||
website/themes/uppy/layout/partials/generated_stargazers.ejs
|
||||
|
||||
npm-debug.log*
|
||||
nohup.out
|
||||
|
||||
examples/dev/bundle.js
|
||||
uppy-*.tgz
|
||||
.eslintcache
|
||||
.cache
|
||||
|
||||
**/output/*
|
||||
!output/.keep
|
||||
examples/dev/file.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue