diff options
author | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-30 21:08:09 +0100 |
---|---|---|
committer | Thomas Willingham <beardyunixer@beardyunixer.com> | 2014-09-30 21:08:09 +0100 |
commit | 49b351d86ac96f956710061296857ce70d75bbec (patch) | |
tree | bea08b1db67fa6e6ed4be107600ab98c0b94270f | |
parent | cef570991a7ac43b8dbd4b48b900a33dfe2b8f9c (diff) | |
download | volse-hubzilla-49b351d86ac96f956710061296857ce70d75bbec.tar.gz volse-hubzilla-49b351d86ac96f956710061296857ce70d75bbec.tar.bz2 volse-hubzilla-49b351d86ac96f956710061296857ce70d75bbec.zip |
Couple of site specific files missing from gitignore
-rwxr-xr-x | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 80fe3ec72..ca5cacd24 100755 --- a/.gitignore +++ b/.gitignore @@ -24,6 +24,7 @@ composer.* #ignore documentation, it should be newly built doc/api +doc/sitetis #ignore reports, should be generted with every build report/ @@ -41,3 +42,9 @@ nbproject #Kdevelop project files *.kdev4 + +# Ignore site TOS +doc/SiteTOS.md + +#Ingore site theme schemas +view/theme/redbasic/schema/default.php |