mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-26 04:45:22 -04:00
don't deploy .DS_Store to firebase
This commit is contained in:
parent
7af706b2cc
commit
c4452b5790
@ -3,14 +3,12 @@
|
||||
"public": "public",
|
||||
"ignore": [
|
||||
"firebase.json",
|
||||
"database.rules.json",
|
||||
"package.json",
|
||||
"Gruntfile.js",
|
||||
"README.md",
|
||||
".DS_Store",
|
||||
"**/.DS_Store",
|
||||
"**/node_modules/**",
|
||||
"**/bower_components/**",
|
||||
"/scripts/.eslint.rc"
|
||||
"**/bower_components/**"
|
||||
],
|
||||
"headers": [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user