From fd728287049742f66f7aeaf79f855132da9ef400 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Wed, 3 Jun 2020 19:16:02 +0200 Subject: Update gitignore to be more specific --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 790ecb1..b873739 100644 --- a/.gitignore +++ b/.gitignore @@ -64,4 +64,7 @@ typings/ .posts # Generated files -static +static/assets +static/index.html +static/feed.xml +static/index.txt -- cgit