From dbdfef8e55c99239653612d015ed1db97ad3767c Mon Sep 17 00:00:00 2001 From: Oleg Agafonov Date: Thu, 27 Jun 2024 07:01:12 +0400 Subject: [PATCH] dev: fixed wrongly ignored files with target implementations (closes #12529) --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index abcf8ea904da..d35b250f77bb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ syntax: glob **/db **/saved **/target +#un-ignore target implementations +!Mage/src/main/java/mage/target # logs and logs rotation *.log