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.
我正在尝试使用 .gitignore 文件来忽略顶级 /assets 目录,所以我的文件说:
资产/
这是有效的 - 但是我的应用程序较低级别的其他文件夹也被忽略了 - 任何名为 assets 的文件夹都被忽略了。例如。/样式/img/资产。
那么如何指定我只希望忽略顶层的 /assets 目录?
要仅忽略根文件夹,请尝试:
/assets/