diff options
author | M.Dent <dentm42@dm42.net> | 2018-08-23 20:53:24 -0400 |
---|---|---|
committer | M.Dent <dentm42@dm42.net> | 2018-08-23 20:53:24 -0400 |
commit | 398e42acb52b8b2d83daae9396737fba4a904314 (patch) | |
tree | 10609369b050279bb249fad28351763ee492aa95 /.gitignore | |
parent | cc03e1ceefa335f4585f2e587b67481e10ba5c8e (diff) | |
download | volse-hubzilla-398e42acb52b8b2d83daae9396737fba4a904314.tar.gz volse-hubzilla-398e42acb52b8b2d83daae9396737fba4a904314.tar.bz2 volse-hubzilla-398e42acb52b8b2d83daae9396737fba4a904314.zip |
fix exclusion of redmatrix theme
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index b001b6b27..fa09c4ee6 100755 --- a/.gitignore +++ b/.gitignore @@ -37,7 +37,7 @@ pageheader.html doc/SiteTOS.md # themes except for redbasic view/theme/* -! view/theme/redbasic +!view/theme/redbasic # site theme schemas view/theme/redbasic/schema/default.php # Doxygen API documentation, run 'doxygen util/Doxyfile' to generate it |