diff options
author | friendica <info@friendica.com> | 2015-02-19 20:11:49 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-19 20:11:49 -0800 |
commit | 54a82467251237a3271c2dbc6d1f3bd79b2e3ef3 (patch) | |
tree | 20a06cbb1d8ba3c08bbeac297e0bd511a4138e9e /.gitignore | |
parent | 436a82d74ec4f2b02adef3ba5fac0157ac2868ba (diff) | |
download | volse-hubzilla-54a82467251237a3271c2dbc6d1f3bd79b2e3ef3.tar.gz volse-hubzilla-54a82467251237a3271c2dbc6d1f3bd79b2e3ef3.tar.bz2 volse-hubzilla-54a82467251237a3271c2dbc6d1f3bd79b2e3ef3.zip |
add the gitignore rule
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3d17f62d3..e6c628e74 100755 --- a/.gitignore +++ b/.gitignore @@ -25,6 +25,8 @@ apps/ view/theme/* ! view/theme/redbasic +# external repositories for themes/addons +extend/ # composer files (for fetching sabre) composer.* |