Skip to content

Commit

Permalink
fix: ignore build directory (#5238)
Browse files Browse the repository at this point in the history
  • Loading branch information
GZolla authored Dec 13, 2024
1 parent e1846d4 commit 03cc57b
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 49 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { addExtensions, litConfig, nodeConfig, setDirectoryConfigs, testingConfi

export default [
{
ignores: ['.vdiff']
ignores: ['build']
},
...setDirectoryConfigs(
addExtensions(litConfig, ['.js', '.html']),
Expand Down
100 changes: 52 additions & 48 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03cc57b

Please sign in to comment.