mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
dev: fixed wrongly ignored files with target implementations (closes #12529)
This commit is contained in:
parent
70c11361f0
commit
dbdfef8e55
1 changed files with 2 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -4,6 +4,8 @@ syntax: glob
|
|||
**/db
|
||||
**/saved
|
||||
**/target
|
||||
#un-ignore target implementations
|
||||
!Mage/src/main/java/mage/target
|
||||
|
||||
# logs and logs rotation
|
||||
*.log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue