diff options
author | Mario <mario@mariovavti.com> | 2018-08-24 14:33:04 +0200 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2018-08-24 14:33:04 +0200 |
commit | 7fc4292ed866026552add794d573d521481a0519 (patch) | |
tree | ce143c92645ac4888fafc68cce72389d03638414 | |
parent | b50e8a5cf9823080beea0db97bb27b6f58f08af9 (diff) | |
parent | 398e42acb52b8b2d83daae9396737fba4a904314 (diff) | |
download | volse-hubzilla-7fc4292ed866026552add794d573d521481a0519.tar.gz volse-hubzilla-7fc4292ed866026552add794d573d521481a0519.tar.bz2 volse-hubzilla-7fc4292ed866026552add794d573d521481a0519.zip |
Merge branch 'dm42fixes' into 'dev'
fix exclusion of redmatrix theme
See merge request hubzilla/core!1263
-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 |