18 lines
296 B
Plaintext
18 lines
296 B
Plaintext
*
|
|
!*/
|
|
!/.gitignore
|
|
!/**/.gitkeep
|
|
!/.idea/**
|
|
!/bin/*
|
|
!/config/**
|
|
!/phpstan.neon
|
|
!/phpunit.xml.dist
|
|
!/scripts/**
|
|
!/web/modules/custom/**
|
|
!/web/sites/default/environments/settings.*.php
|
|
!/web/sites/default/settings.php
|
|
!/web/themes/custom/**
|
|
/.idea/workspace.xml
|
|
/vendor/
|
|
/web/themes/custom/*/dist/
|