|
|
|
@ -1,17 +1,29 @@ |
|
|
|
# ignore everything |
|
|
|
# ignore root files and root dirs |
|
|
|
* |
|
|
|
/* |
|
|
|
# except for .gitignore files in the current directory |
|
|
|
|
|
|
|
!.gitignore |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
!.gitignore |
|
|
|
!.htaccess |
|
|
|
!.htaccess |
|
|
|
!user/pages |
|
|
|
|
|
|
|
!user/pages/** |
|
|
|
!/user |
|
|
|
!user/plugins/losung |
|
|
|
/user/* |
|
|
|
!user/plugins/losung/** |
|
|
|
|
|
|
|
!user/plugins/python-script |
|
|
|
#whitelist pages |
|
|
|
!user/plugins/python-script/** |
|
|
|
!/user/pages |
|
|
|
!user/themes/church |
|
|
|
|
|
|
|
!user/themes/church/** |
|
|
|
|
|
|
|
|
|
|
|
#ignore plugins |
|
|
|
|
|
|
|
!/user/plugins |
|
|
|
|
|
|
|
/user/plugins/* |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# whitelist losung and python-script |
|
|
|
|
|
|
|
!/user/plugins/losung |
|
|
|
|
|
|
|
!/user/plugins/python-script |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ignore themes |
|
|
|
|
|
|
|
!/user/themes |
|
|
|
|
|
|
|
/user/themes/* |
|
|
|
|
|
|
|
# whitelist church |
|
|
|
|
|
|
|
!/user/themes/church |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# old entries for reference: |
|
|
|
# old entries for reference: |
|
|
|
|