Similar questions like this one about how to ignore files in a git repo are usually answered by showing which git command to execute on the command line. Even this one , although specific to PyCharm, does the same.
Is there a way to manage this file through the PyCharm GUI?
Plugins for managing this are available in the JetBrains repository; one of them that I use . ignore , which allows you to better understand which files you are actually ignoring in the IDE.
Try:
.gitignore should now be included in .ignore along with .hgignore , etc.
.gitignore
.ignore
.hgignore
Source: https://habr.com/ru/post/1245869/More articles:Using Linq Except for two lists of int arrays - arraysdyld: library not loaded: /Volumes/hd2/pb2/build/sb_0-18231254-1457628263.05/unixODBC-2.3.2-osx10.8-x86-64bit/lib/libodbc.2.dylib - dyldC # UWP - Unable to add project link in same solution - c #VB / C # .net Dynamically add controls with a background worker - multithreadingGuava.Objects.hashCode vs Java.Objects.hashCode - javaFor-in loop goes too far and finds "nil" during deployment - for-loopFirebase Domain Name Check - firebaseEffectively get bitmaps from TextureView - androidAn exception from the null pointer may occur in the layout of an Android box - androidUndefined dependency injections in controller functions when using Angular1 + ES6, with the controller as a class - javascriptAll Articles