Skip to content

Instantly share code, notes, and snippets.

@bbrala
Created November 19, 2023 15:14
Show Gist options
  • Save bbrala/9e3d7cbd849a78408e075343bbb18c63 to your computer and use it in GitHub Desktop.
Save bbrala/9e3d7cbd849a78408e075343bbb18c63 to your computer and use it in GitHub Desktop.
composer.extra.dev-files.json
{
"*/*": [
".cspell.json",
".codeclimate.yml",
".ddev/",
".editorconfig",
".eslintignore",
".eslintrc",
".eslintrc.*",
".gitattributes",
".git/",
".github/",
".gitignore",
".php_cs",
".php_cs.dist",
".php-cs-fixer.dist.php",
".phpunit.result.cache",
".prettierignore",
".prettierrc.json",
".scrutinizer.yml",
".styleci.yml",
".stylelintignore",
".stylelintrc.json",
".travis.yml",
".travis-*.sh",
".tugboat/",
"appveyor.yml",
"test/",
"tests/",
"Tests/",
"Dockerfile",
"docs/",
"grumphp.yml.dist",
"Makefile",
"package.json",
"psalm.xml",
"psalm.xml.dist",
"psalm-baseline.xml",
"phpcs.xml",
"phpcs.xml.dist",
"phpspec.yml",
"phpstan.neon.dist",
"phpunit.xml.dist",
"postcss.config.js",
"yarn.lock"
],
"drupal/*": [
"drupalci.yml"
],
"drupal/core": [
"/.env.example",
"/assets/scaffold/",
"/modules/simpletest/",
"/profiles/*/",
"!/profiles/minimal/",
"/scripts/",
"/themes/*/",
"!/themes/claro/",
"!/themes/classy/",
"!/themes/engines/",
"!/themes/seven/",
"!/themes/stable/",
"!/themes/stable9/"
]
}
@bbrala
Copy link
Author

bbrala commented Nov 19, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment