Skip to content

Commit

Permalink
add the resources and out folders
Browse files Browse the repository at this point in the history
  • Loading branch information
jasondaming committed Sep 18, 2024
1 parent 6f54e95 commit 39f83f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode-wpilib/eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// eslint.config.js
module.exports =
{
ignores: [".media/"]
ignores: [".media/", ".out/", ".resources/"]
};

0 comments on commit 39f83f2

Please sign in to comment.