Add yet-another-react-lightbox package and update .gitignore to exclude node_modules
This commit is contained in:
5
frontend/node_modules/jquery/src/manipulation/var/rscriptType.js
generated
vendored
5
frontend/node_modules/jquery/src/manipulation/var/rscriptType.js
generated
vendored
@@ -1,5 +0,0 @@
|
||||
define( function() {
|
||||
"use strict";
|
||||
|
||||
return ( /^$|^module$|\/(?:java|ecma)script/i );
|
||||
} );
|
||||
8
frontend/node_modules/jquery/src/manipulation/var/rtagName.js
generated
vendored
8
frontend/node_modules/jquery/src/manipulation/var/rtagName.js
generated
vendored
@@ -1,8 +0,0 @@
|
||||
define( function() {
|
||||
"use strict";
|
||||
|
||||
// rtagName captures the name from the first start tag in a string of HTML
|
||||
// https://html.spec.whatwg.org/multipage/syntax.html#tag-open-state
|
||||
// https://html.spec.whatwg.org/multipage/syntax.html#tag-name-state
|
||||
return ( /<([a-z][^\/\0>\x20\t\r\n\f]*)/i );
|
||||
} );
|
||||
Reference in New Issue
Block a user