Oliver Davies
1781a2cf01
Add a new `drupal-permissions` Ansible role that resets the file and directory permissions to match the ones described in https://www.drupal.org/node/244924. This will later be released to Ansible Galaxy, but for now it will remain in this repository until the required changes are made and the appropriate documentation is added. Fixes #191
25 lines
405 B
Plaintext
25 lines
405 B
Plaintext
*
|
|
!*/
|
|
!/.gitignore
|
|
!/**/.gitkeep
|
|
!/.github/
|
|
!/.idea/
|
|
!/bin/
|
|
!/config/**
|
|
!/Makefile
|
|
!/phpcs.xml.dist
|
|
!/phpstan.neon
|
|
!/phpunit.xml.dist
|
|
!/scripts/
|
|
!/slides/
|
|
!/tools/**
|
|
!/web/modules/custom/**
|
|
!/web/sites/default/environments/settings.*.php
|
|
!/web/sites/default/settings.php
|
|
!/web/themes/custom/**
|
|
/.idea/workspace.xml
|
|
/node_modules/
|
|
/tools/ansible/.roles/
|
|
/vendor/
|
|
/web/themes/custom/*/body-field-values.txt
|