diff --git a/.gitignore b/.gitignore index d898cf946..262b39bda 100644 --- a/.gitignore +++ b/.gitignore @@ -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