From 3be2f3ce09c131e6becc14a9ad5eaecf957801bb Mon Sep 17 00:00:00 2001 From: ghost Date: Tue, 12 Dec 2023 23:30:15 +0200 Subject: [PATCH] ignore all config files in this folder --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index bb81149..dbade2a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ /storage/ /vendor/ -/config.json +/config.* /composer.lock \ No newline at end of file