如何忽略 GitHub 上文件夹中的文件夹?

发布于 2025-01-10 14:43:13 字数 142 浏览 0 评论 0原文

在我的项目中,我有一个文件夹,其中有另一个文件夹(以及我想要推送的其他一些文件),名为 __pycache__ 。如何忽略 __pycache__ 文件夹,但不忽略包含 __pycache__ 文件夹的文件夹内的文件?

In my project I have a folder where inside it there's another folder (and some other files I want to push), called __pycache__. How do I ignore the __pycache__ folder but not the files inside the folder that contains the __pycache__ folder?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

﹏雨一样淡蓝的深情 2025-01-17 14:43:13

您可以将其添加到您的 .gitignore 文件中

parentFolder/__pycache__/

You can just add this to your .gitignore file

parentFolder/__pycache__/
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文