Skip to content

Commit

Permalink
feat: add new matches key (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrothenberg authored Mar 25, 2022
1 parent fed58c5 commit 1105024
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
"html",
"svelte"
],
"matches": [
"*.html",
"*.svelte"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/photos.html"
},
{
Expand All @@ -69,6 +73,9 @@
"extensions": [
"css"
],
"matches": [
"*.css"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/global.css"
},
{
Expand All @@ -85,6 +92,13 @@
"gif",
"svg"
],
"matches": [
"*.png",
"*.jpg",
"*.jpeg",
"*.gif",
"*.svg"
],
"example_path": "https://github.com/pmndrs/react-spring/blob/HEAD/assets/projects/aragon.png?raw=true"
},
{
Expand All @@ -101,6 +115,13 @@
"yaml",
"yml"
],
"matches": [
"*.json",
"*.webmanifest",
"*.prettierrc",
"*.yaml",
"*.yml"
],
"example_path": "https://github.com/d3/d3-geo/blob/main/package.json"
},
{
Expand All @@ -114,6 +135,10 @@
"gltf",
"glb"
],
"matches": [
"*.gltf",
"*.glb"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/avocado.glb"
},
{
Expand All @@ -126,6 +151,9 @@
"extensions": [
"csv"
],
"matches": [
"*.csv"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/data.csv"
},
{
Expand All @@ -138,6 +166,9 @@
"extensions": [
"json"
],
"matches": [
"*.json"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/poll.json"
},
{
Expand All @@ -150,6 +181,9 @@
"extensions": [
"csv"
],
"matches": [
"*.csv"
],
"example_path": "https://github.com/the-pudding/data/blob/master/pockets/measurements.csv"
},
{
Expand All @@ -163,6 +197,10 @@
"md",
"mdx"
],
"matches": [
"*.md",
"*.mdx"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/README.md"
},
{
Expand All @@ -176,6 +214,10 @@
"jsx",
"tsx"
],
"matches": [
"*.jsx",
"*.tsx"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/Aside.jsx"
},
{
Expand All @@ -188,6 +230,9 @@
"extensions": [
"json"
],
"matches": [
"*.json"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/queries.json"
},
{
Expand All @@ -200,6 +245,9 @@
"extensions": [
"js"
],
"matches": [
"*.js"
],
"example_path": "https://github.com/githubnext/blocks-tutorial/blob/main/processing-sketch.js"
},
{
Expand Down

0 comments on commit 1105024

Please sign in to comment.