When I use PyCharm's manage.py terminal to do a makemigrations or migrate I have the following warning message:
PyCharm can't check if the following file been updated: [filepath]
for a hundred of files located inside my webpack and babel-preset-es2015 folders, within my static/node_modules folder
The command is executed properly, but I would like to get rid of these hundreds of red warnings in the terminal. Especially since I think the migrations takes longer to be executed since I have those.
Can I somehow tell PyCharm to stop checking my node_modules or even static folders?