diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 80fe3ec72..a12143ef5 100755 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ compiled/ custom/ /store/ +# site apps +apps/ + # patch attempts *.orig *.rej @@ -41,3 +44,9 @@ nbproject #Kdevelop project files *.kdev4 + +# Ignore site TOS +doc/SiteTOS.md + +#Ingore site theme schemas +view/theme/redbasic/schema/default.php |