Couple of site specific files missing from gitignore
This commit is contained in:
parent
cef570991a
commit
49b351d86a
7
.gitignore
vendored
7
.gitignore
vendored
@ -24,6 +24,7 @@ composer.*
|
|||||||
#ignore documentation, it should be newly built
|
#ignore documentation, it should be newly built
|
||||||
doc/api
|
doc/api
|
||||||
|
|
||||||
|
doc/sitetis
|
||||||
#ignore reports, should be generted with every build
|
#ignore reports, should be generted with every build
|
||||||
report/
|
report/
|
||||||
|
|
||||||
@ -41,3 +42,9 @@ nbproject
|
|||||||
|
|
||||||
#Kdevelop project files
|
#Kdevelop project files
|
||||||
*.kdev4
|
*.kdev4
|
||||||
|
|
||||||
|
# Ignore site TOS
|
||||||
|
doc/SiteTOS.md
|
||||||
|
|
||||||
|
#Ingore site theme schemas
|
||||||
|
view/theme/redbasic/schema/default.php
|
||||||
|
Reference in New Issue
Block a user