From 98cfe47c9cbaf9557c7e924682f001edb07a398d Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Fri, 13 May 2022 09:51:09 -0700 Subject: [PATCH] add .gitignore --- examples/markdoc/.gitignore | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 examples/markdoc/.gitignore diff --git a/examples/markdoc/.gitignore b/examples/markdoc/.gitignore new file mode 100644 index 0000000000000..1437c53f70bc2 --- /dev/null +++ b/examples/markdoc/.gitignore @@ -0,0 +1,34 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# testing +/coverage + +# next.js +/.next/ +/out/ + +# production +/build + +# misc +.DS_Store +*.pem + +# debug +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# local env files +.env.local +.env.development.local +.env.test.local +.env.production.local + +# vercel +.vercel