mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 15:28:28 -04:00
don't deploy .DS_Store to firebase
This commit is contained in:
parent
7af706b2cc
commit
c4452b5790
@ -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": [
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user