dev: fixed wrongly ignored files with target implementations (closes #12529)

This commit is contained in:
Oleg Agafonov 2024-06-27 07:01:12 +04:00
parent 70c11361f0
commit dbdfef8e55

2
.gitignore vendored
View file

@ -4,6 +4,8 @@ syntax: glob
**/db
**/saved
**/target
#un-ignore target implementations
!Mage/src/main/java/mage/target
# logs and logs rotation
*.log