2016-10-23 21:54:55 +00:00
|
|
|
assets/vendor/**/*
|
|
|
|
node_modules/**/*
|
|
|
|
**/js_test_files/**/*
|
Issue #2815077 by drpal, mradcliffe, effulgentsia, mpdonadio, nod_, droplet, alexpott, nedjo, tizzo, David_Rothstein, pfrenssen: Adopt airbnb javascript style guide v13 as new baseline javascript coding standards for Drupal 8 core and contrib
2017-05-10 08:34:45 +00:00
|
|
|
*.js
|
|
|
|
!*.es6.js
|
Issue #3231364 by Wim Leers, lauriii, bnjmnm, webchick, xjm, tim.plunkett, larowlan, Luke.Leber, catch, effulgentsia, longwave, gabesullice, caldenjacobs, Reinmar, anand.toshniwal93, Shoshana Mayden, zrpnr, yash.rode, nod_, rkoller, antojose, johnwebdev: Add CKEditor 5 module to Drupal core
2021-11-11 22:10:39 +00:00
|
|
|
!modules/ckeditor5/js/ckeditor5_plugins/**/*.js
|
2017-08-28 09:24:52 +00:00
|
|
|
modules/locale/tests/locale_test.es6.js
|
Issue #2869825 by justafish, dawehner, alexpott, martin107, jibran, Lendude, Mixologic, michielnugter, droplet, drpal, lauriii, effulgentsia, mglaman: Leverage JS for JS testing (using nightwatch)
2018-05-07 12:31:07 +00:00
|
|
|
!tests/Drupal/Nightwatch/**/*.js
|
2020-02-25 17:03:40 +00:00
|
|
|
misc/polyfills/array.find.es6.js
|
2021-04-28 12:03:54 +00:00
|
|
|
misc/polyfills/element.closest.es6.js
|
2020-02-25 17:03:40 +00:00
|
|
|
misc/polyfills/object.assign.es6.js
|
2021-08-17 08:58:20 +00:00
|
|
|
|
|
|
|
# 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
|