diff options
Diffstat (limited to 'examples/non-monorepo/.gitignore')
| -rw-r--r-- | examples/non-monorepo/.gitignore | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/examples/non-monorepo/.gitignore b/examples/non-monorepo/.gitignore new file mode 100644 index 0000000..9af6919 --- /dev/null +++ b/examples/non-monorepo/.gitignore @@ -0,0 +1,39 @@ +# 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* +.pnpm-debug.log* + +# local env files +.env*.local + +# vercel +.vercel + +# typescript +*.tsbuildinfo +next-env.d.ts + +# turbo +.turbo |
