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
|
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
|
|
|
|
misc/polyfills/object.assign.es6.js
|