From 840250fc6b3c406df05cd295ff66d38b0431e218 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 14 Mar 2024 07:23:53 +0100 Subject: [PATCH] Ignore another codeception file by git I rename the codeception.yml to codeception.yml_ from time to time, as I need to switch between local overwrite and project default often. That's why I ignore that file as well. --- home/programs/git.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/git.nix b/home/programs/git.nix index a4992ab..64a2196 100644 --- a/home/programs/git.nix +++ b/home/programs/git.nix @@ -55,6 +55,7 @@ ".phpunit.cache" ".php-cs-fixer.cache" "codeception.yml" + "codeception.yml_" "phpcs.xml" # TYPO3 documentation specific