diff options
author | Andrew Manning <tamanning@zoho.com> | 2017-09-09 08:23:30 -0400 |
---|---|---|
committer | Andrew Manning <tamanning@zoho.com> | 2017-09-09 08:23:30 -0400 |
commit | ccc9cc8202b271d5b9b4126a10f997af17ade6d3 (patch) | |
tree | ba8fb36183aa92ff2e456cb32f5823b7023983e8 /.gitignore | |
parent | 9b542c5bcf127e67374bb63a41c2d0da818cd987 (diff) | |
download | volse-hubzilla-ccc9cc8202b271d5b9b4126a10f997af17ade6d3.tar.gz volse-hubzilla-ccc9cc8202b271d5b9b4126a10f997af17ade6d3.tar.bz2 volse-hubzilla-ccc9cc8202b271d5b9b4126a10f997af17ade6d3.zip |
Added context help for apps and appman in English
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 050902f17..0e5233eaf 100755 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ *.rej # OSX .DS_Store files .DS_Store -# version scripts (repo master only) +# version scripts (repo master only) .version* Thumbs.db @@ -27,6 +27,7 @@ custom/ /store/ # site apps apps/ +!doc/context/*/apps # default startpage home.html # page header plugin |