first step of theme separation. Only put redbasic under git control. Ignore any other themes in view/theme .

This commit is contained in:
friendica
2015-02-18 17:01:40 -08:00
parent e00be4de23
commit d8d175d7e4
4 changed files with 8 additions and 3 deletions

5
.gitignore vendored
View File

@@ -21,6 +21,11 @@ apps/
*.orig
*.rej
# themes except for redbasic
view/theme/*
! view/theme/redbasic
# composer files (for fetching sabre)
composer.*