From 0571137a60c02be96731e773b318fb6c88a7ec8d Mon Sep 17 00:00:00 2001 From: Nicholas Sylke Date: Fri, 18 Aug 2023 18:41:06 -0500 Subject: [PATCH] chore: ignore intellij editor settings and some of vscode --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index cf058c04b..246ce8bfe 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,13 @@ yarn-error.log* # contentlayer .contentlayer + +# intellij +.idea + +# vscode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json