From 7070dd2f3d9a3ed85a0512da79cf0cb5129eb4a3 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Tue, 26 Sep 2023 08:25:10 +0900 Subject: [PATCH] Make gitignore rules more strict --- .gitignore | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 62f1cb194..128cd525f 100644 --- a/.gitignore +++ b/.gitignore @@ -77,7 +77,7 @@ docs/site docs/venv # docker stuff -docker-db -*.iml -static -etc +/docker-db +/*.iml +/static +/etc