From cbd8c5bc0cc74fe2a8cb02ac4832ccc228e079be Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 1 Jun 2020 23:37:07 +0200 Subject: Ignore static directory --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 997ace3..790ecb1 100644 --- a/.gitignore +++ b/.gitignore @@ -64,5 +64,4 @@ typings/ .posts # Generated files -static/assets -static/index.html +static -- cgit