Skip to content

Commit

Permalink
add prebuilt files in public to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
sk337 authored Nov 14, 2023
1 parent ec4a2cd commit 9c375db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
"ecmaVersion": 13,
"sourceType": "module"
},
"ignorePatterns": ["dist/*.js"],
"ignorePatterns": ["dist/*.js", "public/joystick.js", "public/textplus.js"],
"rules": {
"linebreak-style": [
"error",
Expand Down

1 comment on commit 9c375db

@sk337
Copy link
Owner Author

@sk337 sk337 commented on 9c375db Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

intended to say .eslintrc.js not gitignore

Please sign in to comment.