Browse Source

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.
pull/40/head
Dedushka 3 years ago
parent
commit
01dfb1850a
No known key found for this signature in database GPG Key ID: DC969A6BA7657A70
  1. 6
      .gitignore

6
.gitignore

@ -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…
Cancel
Save