From d499292e8b896cba19b320e651e3b2bf28bbd1cf Mon Sep 17 00:00:00 2001 From: smiley Date: Mon, 18 Mar 2024 23:16:00 +0100 Subject: [PATCH] :octocat: --- .gitattributes | 2 ++ .gitignore | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 8add556f..4408e143 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,7 +1,9 @@ /.build export-ignore /.github export-ignore +/.idea export-ignore /.phan export-ignore /.phpdoc export-ignore +/config export-ignore /docs export-ignore /examples export-ignore /tests export-ignore diff --git a/.gitignore b/.gitignore index a783a3ff..7ae58bf5 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ vendor/* config/.env config/**/*.token* -config/cacert.pem +*cacert.pem composer.lock phpcs.xml phpdoc.xml