theme, plugins und config für die Webseite der Baptisten Hohenacker
https://baptisten-hohenacker.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
449 B
41 lines
449 B
# ignore root files and root dirs |
|
/* |
|
|
|
!.gitignore |
|
!.htaccess |
|
|
|
!/user |
|
/user/* |
|
|
|
#whitelist pages |
|
!/user/pages |
|
|
|
|
|
#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: |
|
/piwikCR |
|
/aufnahmen |
|
/backup |
|
/cache |
|
/images |
|
/logs |
|
/tmp |
|
.git |
|
.svn |
|
.hg |
|
.idea |
|
node_modules
|
|
|