diff options
author | redmatrix <git@macgirvin.com> | 2016-05-24 23:05:00 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-24 23:05:00 -0700 |
commit | c37eaff26331c49a2c8754f6d49c6145863f47ca (patch) | |
tree | fbeaa955e7819a104fbd1a015a9414a6ebff4bc3 /.gitignore | |
parent | 80f2ba640ec528bd43db243122a69e765703b7c0 (diff) | |
download | volse-hubzilla-c37eaff26331c49a2c8754f6d49c6145863f47ca.tar.gz volse-hubzilla-c37eaff26331c49a2c8754f6d49c6145863f47ca.tar.bz2 volse-hubzilla-c37eaff26331c49a2c8754f6d49c6145863f47ca.zip |
require token signatures in zot_refresh, also move channel specific stuff into include/channel.php from include/connections.php
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 6ceac139f..a5f149548 100755 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,8 @@ *.rej # OSX .DS_Store files .DS_Store +# version scripts (repo master only) +.version* Thumbs.db |