diff --git a/dev_config/.htmlvalidateignore b/dev_config/.htmlvalidateignore
new file mode 100644
index 0000000..9e7c83f
--- /dev/null
+++ b/dev_config/.htmlvalidateignore
@@ -0,0 +1,2 @@
+web/modules/*
+WFA-JS/*
\ No newline at end of file
diff --git a/dev_config/.stylelintignore b/dev_config/.stylelintignore
new file mode 100644
index 0000000..9e7c83f
--- /dev/null
+++ b/dev_config/.stylelintignore
@@ -0,0 +1,2 @@
+web/modules/*
+WFA-JS/*
\ No newline at end of file
diff --git a/dev_config/eslint.config.mjs b/dev_config/eslint.config.mjs
index 2c4095d..78d961a 100644
--- a/dev_config/eslint.config.mjs
+++ b/dev_config/eslint.config.mjs
@@ -4,6 +4,7 @@ import js from "@eslint/js";
export default defineConfig([
js.configs.recommended,
+ globalIgnores(["dist/", "web/modules", "WFA-JS"]),
{
languageOptions: {
globals: {