Answer the question
In order to leave comments, you need to log in
How to include in .gitignore file without extension?
You need to include the pid_server file in .gitignore. Since it doesn't have an extension, writing /pid_server
doesn't help. How can i do this?
Answer the question
In order to leave comments, you need to log in
I solved the issue with the help *.
, because. this is the only file in my project without an extension. But this is not entirely correct, what if I decide to add more files without an extension, and they need to be indexed by git?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question