Skip to content

Commit

Permalink
fix(skeleton): ignore gen folder from biome
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed May 15, 2024
1 parent fb671eb commit 163cef5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion skeleton/base/biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"enabled": true
},
"files": {
"include": ["biome.json", "commitlint.config.cjs", "src/**/*"]
"include": ["biome.json", "commitlint.config.cjs", "src/**/*"],
"ignore": ["src/gen/**/*"]
},
"linter": {
"enabled": true,
Expand Down

0 comments on commit 163cef5

Please sign in to comment.