diff --git a/package.json b/package.json index 24bacfe..c43e843 100644 --- a/package.json +++ b/package.json @@ -169,7 +169,10 @@ "**/*.html", "**/*.php", "**/*.css", - "**/*.scss" + "**/*.scss", + "**/*.ex", + "**/*.exs", + "**/*.heex" ], "description": "Glob patterns that defines the files to search for. Only include files you need, DO NOT USE `{**/*.*}` for both permormance and avoiding binary files reason.", "items": { @@ -193,7 +196,9 @@ "**/_output/**", "**/*.min.*", "**/*.map", - "**/.next/**" + "**/.next/**", + "**/_build/**", + "**/deps/**" ], "description": "Glob pattern that defines files and folders to exclude while listing annotations.", "items": {