Firebase 部署创建了超过 10k 的更改

问题描述 投票:0回答:1

我尝试将 next.js 项目与 firebase 集成。一切都很好,但是当我尝试使用 firebase 托管时,它进行了超过 10k 的更改。项目本身只有大约28个文件(基本上这是

npm create
的默认项目。出了什么问题?我部署了一个小型react项目,但从未做过这么多更改。此时我什至不知道该在哪里查看,所有更改都在
.firebase
文件夹

firebase next.js
1个回答
0
投票

您需要将 .firebase 文件夹添加到 firebase.json 中的“忽略”部分

https://firebase.google.com/docs/hosting/full-config#specify-files-to-deply

© www.soinside.com 2019 - 2024. All rights reserved.