From b860359404fa80d706cb9fd1aa018d8fa270133f Mon Sep 17 00:00:00 2001 From: Ching Date: Mon, 4 Oct 2021 23:56:07 +0800 Subject: [PATCH] feat(gitignore): [M] add static to gitignore [M] add static to gitignore Signed-off-by: Ching --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f265283..98cd273 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ __pycache__/ build/ develop-eggs/ downloads/ +static/ eggs/ .eggs/ lib/