1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 17:48:30 -04:00

don't deploy .DS_Store to firebase

This commit is contained in:
Jake Jarvis 2018-03-22 20:04:31 -04:00
parent 7af706b2cc
commit c4452b5790

View File

@ -3,14 +3,12 @@
"public": "public", "public": "public",
"ignore": [ "ignore": [
"firebase.json", "firebase.json",
"database.rules.json",
"package.json", "package.json",
"Gruntfile.js", "Gruntfile.js",
"README.md", "README.md",
".DS_Store", "**/.DS_Store",
"**/node_modules/**", "**/node_modules/**",
"**/bower_components/**", "**/bower_components/**"
"/scripts/.eslint.rc"
], ],
"headers": [ "headers": [
{ {