From 0ed76b4fb4b95164b000e57cd8d56d9a45472ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20F=C3=BClling?= Date: Mon, 25 Apr 2022 16:55:11 +0200 Subject: [PATCH] add *.local to ignore --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 5a0119063..4cfeca8d8 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,5 @@ yarn-debug.log # Ignore Docker option files docker-compose.override.yml + +*.local