18 lines
642 B
Plaintext
18 lines
642 B
Plaintext
assets/vendor/**/*
|
|
node_modules/**/*
|
|
**/js_test_files/**/*
|
|
*.js
|
|
!*.es6.js
|
|
!modules/ckeditor5/js/ckeditor5_plugins/**/*.js
|
|
modules/locale/tests/locale_test.es6.js
|
|
!tests/Drupal/Nightwatch/**/*.js
|
|
misc/polyfills/array.find.es6.js
|
|
misc/polyfills/element.closest.es6.js
|
|
misc/polyfills/object.assign.es6.js
|
|
|
|
# Ignore deliberately malformed YAML files.
|
|
modules/system/tests/fixtures/HtaccessTest/access_test.yml
|
|
modules/system/tests/themes/test_theme_libraries_empty/test_theme_libraries_empty.info.yml
|
|
tests/Drupal/Tests/Core/Asset/library_test_files/empty.libraries.yml
|
|
tests/Drupal/Tests/Core/Asset/library_test_files/invalid_file.libraries.yml
|