From e84bd0c9da8aab714a37d4d7c45be34d37871255 Mon Sep 17 00:00:00 2001 From: Dennis Heinrich Date: Sun, 17 Nov 2024 01:09:58 +0100 Subject: [PATCH] Added config environments to the gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3be0636..29b5833 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,8 @@ /build/ .idea .ddev -config.json \ No newline at end of file +config.json + +config.prod.json +config.test.json +config.dev.json \ No newline at end of file