如何停止pycharm以红色显示项目中的文件? [英] How to stop pycharm show files in project in red color?

查看:41
本文介绍了如何停止pycharm以红色显示项目中的文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想通过打开目录在 PyCharm 中创建项目.我使用 https://github.com/metachris/tornado-boilerplate 作为项目的根.我遇到文件在项目窗口中显示为红色.真是烦人的事情.

I would like to create project in PyCharm by open directory. I use https://github.com/metachris/tornado-boilerplate as a root of the project. I encountered that files are shown in red color in project window. It's really annoying thing.

我发现了这个 https://www.jetbrains.com/idea/help/file-status-highlights.html.但我不知道如何摆脱这个问题.

I found this https://www.jetbrains.com/idea/help/file-status-highlights.html. But I can't figure out how to get rid of the issue.

当我打开空目录然后创建文件时

When I open empty directory and then create file just

$ touch file

它的颜色也是红色.

谢谢.

推荐答案

您是否在受版本控制的目录中启动项目?当文件位于受版本控制的目录中但未被跟踪时,通常会显示红色.

Did you start you project within a directory that is under version control? The red color normally shows up when files are in a version controlled directory, but are untracked.

如果这是问题,您可以通过以下几种方法解决:

If this is the problem, you can solve it a few ways:

  1. 将所有文件添加到您的 vcs.
  2. 将文件添加到 vcs 的忽略文件中(如果您使用的是 git,则为 .gitignore)
  3. 将项目移出 vcs 下的 repo.

这篇关于如何停止pycharm以红色显示项目中的文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆