Don't ignore files in inc/mod directory.
The original pathspec matches any path with "mod" in it. We modified it here to only match directories at the top level.
This commit is contained in:
parent
0eb4059a7c
commit
01dfb1850a
|
@ -61,9 +61,9 @@ tf/
|
||||||
[._]s[a-w][a-z]
|
[._]s[a-w][a-z]
|
||||||
|
|
||||||
# special boards
|
# special boards
|
||||||
all/
|
/all/
|
||||||
mod/
|
/mod/
|
||||||
random/
|
/random/
|
||||||
|
|
||||||
# Banners
|
# Banners
|
||||||
banners/*
|
banners/*
|
||||||
|
|
Loading…
Reference in New Issue