From 016259569b39c5d0161fab9c49da48e926b63af2 Mon Sep 17 00:00:00 2001 From: Daniel Winning Date: Thu, 10 Apr 2025 23:46:34 +0100 Subject: [PATCH] Add /conf/app.ini to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 757fee3..650aa90 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -/.idea \ No newline at end of file +/.idea +/conf/app.ini \ No newline at end of file