diff options
Diffstat (limited to '.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 |