From 4f972a4cfeb25bd80b18173526609f8b84ebfaac Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Mon, 6 Feb 2023 12:49:24 +0300 Subject: [PATCH] git: regenerate .gitignore --- .gitignore | 52 +++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 43 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 34836da..a82ca7b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,30 @@ -# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. +# Created by https://www.toptal.com/developers/gitignore/api/visualstudiocode +# Edit at https://www.toptal.com/developers/gitignore?templates=visualstudiocode +### VisualStudioCode ### +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix + +### VisualStudioCode Patch ### +# Ignore all local history of files +.history +.ionide + +# End of https://www.toptal.com/developers/gitignore/api/visualstudiocode +# Created by https://www.toptal.com/developers/gitignore/api/nextjs +# Edit at https://www.toptal.com/developers/gitignore?templates=nextjs + +### NextJS ### # dependencies node_modules .pnp @@ -11,10 +36,9 @@ coverage # next.js .next/ out/ -build -# other -dist/ +# production +build # misc .DS_Store @@ -27,10 +51,20 @@ yarn-error.log* .pnpm-debug.log* # local env files -.env.local -.env.development.local -.env.test.local -.env.production.local +.env*.local -# turbo +# vercel +.vercel + +# typescript +*.tsbuildinfo + +# End of https://www.toptal.com/developers/gitignore/api/nextjs +# Created by https://www.toptal.com/developers/gitignore/api/turbo +# Edit at https://www.toptal.com/developers/gitignore?templates=turbo + +### Turbo ### +# Turborepo task cache .turbo + +# End of https://www.toptal.com/developers/gitignore/api/turbo