remove node_modules and .gitignore them
This commit is contained in:
-4
@@ -1,4 +0,0 @@
|
||||
export function isValidHostname(hostname) {
|
||||
const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/;
|
||||
return hostPattern.test(hostname);
|
||||
}
|
||||
Reference in New Issue
Block a user