From 4c11a21d09f380b5e6d5a790b6c617fa99d499cd Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Mon, 25 Mar 2024 23:34:48 -0600 Subject: [PATCH] Gitignore all dot-prefixed folders at the root except .vscode and .github --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 313026d..4c1e822 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,9 @@ node_modules/ *.bak.* references.txt references/ -.styles/ +/.*/ +!/.vscode/ +!/.github/ /foundry.js *.lock *.zip