Compare commits

...

7 Commits

Author SHA1 Message Date
Adam Argyle
dab10d9940 Merge branch 'dev' into avif-header-patch 2020-12-10 07:34:51 -08:00
Surma
c3d05e0e2d Merge pull request #892 from XhmikosR/gitignore 2020-12-10 14:00:56 +00:00
Surma
0c848a33ad Merge branch 'dev' into gitignore 2020-12-10 13:49:38 +00:00
Surma
8b20aa5f14 Merge branch 'dev' into gitignore 2020-12-10 13:11:45 +00:00
XhmikosR
a972dfdeed Update .gitignore 2020-12-10 14:29:53 +02:00
Adam Argyle
b61f1ffbcf leverage fix from https://github.com/v8/v8.dev/pull/504 2020-12-09 15:56:16 -08:00
XhmikosR
522449adc1 Add .DS_Store to .gitignore. 2020-12-09 22:35:41 +02:00
4 changed files with 11 additions and 0 deletions

1
.gitignore vendored
View File

@@ -4,6 +4,7 @@ node_modules
*.css.d.ts
build
*.o
.DS_Store
# Auto-generated by lib/feature-plugin.js
src/features-worker/index.ts

BIN
cli/.DS_Store vendored

Binary file not shown.

1
cli/.gitignore vendored
View File

@@ -1,2 +1,3 @@
node_modules
build
.DS_Store

View File

@@ -8,6 +8,15 @@
"value": "no-cache"
}
]
},
{
"source": "**/*.avif",
"headers": [
{
"key": "Content-Type",
"value": "image/avif"
}
]
}
],
"redirects": [{ "source": "/editor", "destination": "/" }]