examples: Update with-electron .gitignore (#15783)

Thank you for the excellent examples.

This PR updates the `.gitignore` for [with-electron](https://github.com/vercel/next.js/tree/canary/examples/with-electron) example to ignore the output folders.
This commit is contained in:
David Lemayian 2020-08-02 11:14:48 +03:00 committed by GitHub
parent 841d4efc51
commit d0b6026dc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,11 +9,11 @@
/coverage
# next.js
/.next/
/out/
/renderer/.next/
/renderer/out/
# production
/build
/dist
# misc
.DS_Store