Skip to content

Commit

Permalink
Ignoring dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
andwin committed Feb 4, 2024
1 parent e471e3b commit b1da913
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"browser": true,
"es2021": true,
"p5js/p5": true
}
},

"ignorePatterns": [
"dist/"
]
}

0 comments on commit b1da913

Please sign in to comment.