From a287cccb385e86881439e4d5ce5be61c51e5a46c Mon Sep 17 00:00:00 2001 From: "lucas.oskorep" Date: Mon, 10 Jul 2023 18:53:08 -0400 Subject: [PATCH] adding gitignore for next js app --- mta-sign-ui/.gitignore | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 mta-sign-ui/.gitignore diff --git a/mta-sign-ui/.gitignore b/mta-sign-ui/.gitignore new file mode 100644 index 0000000..8f322f0 --- /dev/null +++ b/mta-sign-ui/.gitignore @@ -0,0 +1,35 @@ +# 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 + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts