如何忽略 GitHub 上文件夹中的文件夹?
在我的项目中,我有一个文件夹,其中有另一个文件夹(以及我想要推送的其他一些文件),名为 __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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将其添加到您的 .gitignore 文件中
You can just add this to your .gitignore file