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