From 9b42051df39863704521edac364b450caec281b2 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Sun, 8 Oct 2023 12:42:25 -0400 Subject: [PATCH] Cleaned up .gitignore slightly --- .gitignore | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index 3538a90ca..20197b7b9 100644 --- a/.gitignore +++ b/.gitignore @@ -12,14 +12,8 @@ static/images/twitter-* dist hugo sass.old -source.old -source/_site -source/_stash -source/stylesheets/screen.css -vendor -node_modules +vendor/ +node_modules/ resources/ -.vercel +.vercel/ auth.json -content/en/2019-10-20-podroll.markdown -static/javascripts/comlink \ No newline at end of file -- GitLab