diff options
author | friendica <info@friendica.com> | 2014-10-09 15:25:08 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-09 15:25:08 -0700 |
commit | 9a7d1aa4887e515b2a6e8742904eebbf73bd71c9 (patch) | |
tree | b1eaa18aff653029cb12ddccdd6cccc9f9d0a6e3 | |
parent | 1adb7a2eefd55b95644997f87a64608f69672cab (diff) | |
download | volse-hubzilla-9a7d1aa4887e515b2a6e8742904eebbf73bd71c9.tar.gz volse-hubzilla-9a7d1aa4887e515b2a6e8742904eebbf73bd71c9.tar.bz2 volse-hubzilla-9a7d1aa4887e515b2a6e8742904eebbf73bd71c9.zip |
add site apps directory to .gitignore
-rwxr-xr-x | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index df7ca3549..a12143ef5 100755 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ compiled/ custom/ /store/ +# site apps +apps/ + # patch attempts *.orig *.rej |