mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-09-14 03:35:32 -04:00
stop .DS_Store plague on deploy
This commit is contained in:
@@ -1,6 +1,17 @@
|
|||||||
{
|
{
|
||||||
"hosting": {
|
"hosting": {
|
||||||
"public": "public",
|
"public": "public",
|
||||||
|
"ignore": [
|
||||||
|
"firebase.json",
|
||||||
|
"database.rules.json",
|
||||||
|
"package.json",
|
||||||
|
"Gruntfile.js",
|
||||||
|
"README.md",
|
||||||
|
".DS_Store",
|
||||||
|
"**/node_modules/**",
|
||||||
|
"**/bower_components/**",
|
||||||
|
"/scripts/.eslint.rc"
|
||||||
|
],
|
||||||
"headers": [
|
"headers": [
|
||||||
{
|
{
|
||||||
"source": "**/*",
|
"source": "**/*",
|
||||||
|
Reference in New Issue
Block a user