Skip to content

Commit

Permalink
fix: add more globs
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Rothenberg committed Mar 25, 2022
1 parent 1105024 commit 7a562b2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
"extensions": [
"*"
],
"matches": [
"*"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx"
},
{
Expand All @@ -44,6 +47,9 @@
"extensions": [
"excalidraw"
],
"matches": [
"*.excalidraw"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/drawing.excalidraw"
},
{
Expand Down Expand Up @@ -118,6 +124,8 @@
"matches": [
"*.json",
"*.webmanifest",
"webmanifest",
"prettierrc",
"*.prettierrc",
"*.yaml",
"*.yml"
Expand Down

0 comments on commit 7a562b2

Please sign in to comment.