diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ab6e3b5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,78 @@ +# Node.js dependencies +node_modules/ + +# Dependency directories +jspm_packages/ +bower_components/ + +# Lock files +yarn.lock +package-lock.json +pnpm-lock.yaml + +# Environment variable files +.env +.env.local +.env.development.local +.env.test.local +.env.production.local + +# Logs +logs/ +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* + +# Bower dependency directory (https://bower.io/) +bower_components/ + +# Build directories +build/ +dist/ +.tmp/ + +# MacOS-specific files +.DS_Store + +# Windows-specific files +Thumbs.db +*.cab +*.msi +*.msm +*.msp + +# IDE files +.idea/ +.vscode/ +*.suo +*.ntvs* +*.njsproj +*.sln +*.swp +*.pyc + +# Miscellaneous +*.log +*.lock +!package-lock.json +*.bak +*.swp + +# Yarn files +.pnp.* +.yarn/ + +# dotenv environment files +.env.local +.env.development +.env.test +.env.production + +# static +static/ +public/ + +# ignore Webpack +.webpack \ No newline at end of file diff --git a/index.html b/index.html index 666bb40..31b85b5 100644 --- a/index.html +++ b/index.html @@ -43,13 +43,13 @@
Designed to help developers easily generate and understand regular expressions for various use cases.
Select a pattern type, country, and programming language to see the corresponding regular expression and code example. You can also view a detailed explanation of how the regex works and export or copy the code for your project.