diff options
author | friendica <info@friendica.com> | 2015-02-18 17:01:40 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-02-18 17:01:40 -0800 |
commit | d8d175d7e44b12cf25fe64a4c906f2726c456942 (patch) | |
tree | 0b2a3436d354ef1920247e6be5ef2679f041f674 /.gitignore | |
parent | e00be4de2353e1ca58570bf37fd247ff99fa549f (diff) | |
download | volse-hubzilla-d8d175d7e44b12cf25fe64a4c906f2726c456942.tar.gz volse-hubzilla-d8d175d7e44b12cf25fe64a4c906f2726c456942.tar.bz2 volse-hubzilla-d8d175d7e44b12cf25fe64a4c906f2726c456942.zip |
first step of theme separation. Only put redbasic under git control. Ignore any other themes in view/theme .
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0c61bbc38..3d17f62d3 100755 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,11 @@ apps/ *.orig *.rej +# themes except for redbasic +view/theme/* +! view/theme/redbasic + + # composer files (for fetching sabre) composer.* |