Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在开发我的网络应用程序并将图像上传到应用程序,当我推送到 bitbucket 时,它包括存储文件夹中的所有(许多)二进制文件。我没有更改默认的 Active Storage 配置。这应该发生吗?
不,新 Rails 应用程序的默认.gitignore文件包括/storage/*:
.gitignore
/storage/*
# Ignore uploaded files in development /storage/*
如果您使用的是 Git,请确保您的.gitignore文件包含上述内容。否则,将您的 VCS 配置为忽略/storage/*.