1
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:
2018-03-21 18:41:38 -04:00
parent a8181babeb
commit 74971eb755

View File

@@ -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": "**/*",