remove node_modules and .gitignore them
This commit is contained in:
-5
@@ -1,5 +0,0 @@
|
||||
export function extendedEncodeURIComponent(str) {
|
||||
return encodeURIComponent(str).replace(/[!'()*]/g, function (c) {
|
||||
return "%" + c.charCodeAt(0).toString(16).toUpperCase();
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user