itty-bitty/firebase.json
Nicholas Jitkoff ca5f949c35 Rearrange files
2019-03-18 09:41:54 -05:00

24 lines
No EOL
389 B
JSON

{
"hosting": {
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**",
"samples/**",
"src/**",
"LICENSE",
"**.md",
"**/.git/**",
"**.sh"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"cleanUrls": true,
"trailingSlash": false
}
}