From 9a0c18cee9fbf7388f40e59a77c413be09ffd461 Mon Sep 17 00:00:00 2001 From: Bernhard Sirlinger Date: Wed, 25 Oct 2023 10:47:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20Add=20files=20to=20gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 57f1cb2..90defe6 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ -/.idea/ \ No newline at end of file +/.idea/ +/Build/ +/.Build/ +.php-cs-fixer.cache +composer.lock \ No newline at end of file