From 849b84180c7c696d370de671c3879466bdab59cf Mon Sep 17 00:00:00 2001 From: Unrud Date: Mon, 2 Mar 2020 02:43:00 +0100 Subject: [PATCH] Unified gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 0694591..d61615a 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ __pycache__ /build /dist /*.egg-info +/_site coverage.xml .pytest_cache @@ -19,3 +20,5 @@ coverage.xml .settings .tox .vscode +.sass-cache +Gemfile.lock