forked from External/mage
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
|
**/db
|
||||||
**/saved
|
**/saved
|
||||||
**/target
|
**/target
|
||||||
|
#un-ignore target implementations
|
||||||
|
!Mage/src/main/java/mage/target
|
||||||
|
|
||||||
# logs and logs rotation
|
# logs and logs rotation
|
||||||
*.log
|
*.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue