当我使用 PyCharm 的 manage.py 终端进行makemigrations或migrate时,我收到以下警告消息:
PyCharm can't check if the following file been updated: [filepath]
对于位于我的webpack和babel-preset-es2015文件夹中的一百个文件,在我的static/node_modules文件夹中
该命令执行正确,但我想摆脱终端中的这数百个红色警告。特别是因为我认为迁移需要更长的时间才能执行,因为我有这些。
我可以以某种方式告诉 PyCharm 停止检查我的node_modules甚至静态文件夹吗?