Top "Ignore" questions

Many source control systems have an "ignore"-file mechanism that specifies files that should not be committed or tracked in version control.

Ignore bad certificate - .NET CORE

I'm writing a .NET Core app to poll a remote server and transfer data as it appears. This is working …

c# .net ssl-certificate .net-core ignore
How can I perform a diff that ignores all comments?

I have a large codebase that was forked from the original project and I'm trying to track down all the …

comments diff command-line-interface ignore
How to I add something to the .gitignore so that the match is not recursive?

How to I add something to the .gitignore so that the match is not recursive? For example, I wish to …

git ignore gitignore
Docker ignores patterns in .dockerignore

I intended to exclude python generated files from the docker image. So I added .dockerignore at the root of the …

docker ignore
Ignoring files in project folder for Doxygen

How can you ignore files by Doxygen similarly as by Git's .git/info/exclude? Doxygen generates docs for me based …

doxygen ignore
jQuery hover div underneath another layer

Is it possible to ignore all divs that are "above" the element that has hover binded to them with jQuery? …

jquery hover ignore
which eclipse files to exclude from subversion repo

We as a development team were always happy with subversion and eclipse, we checked in everything and everything was fine. …

java eclipse svn maven ignore
git update-index --assume-unchanged returns error

git update-index --assume-unchanged <filename> returns fatal: Unable to mark file <filename>. What do I need to …

git ignore
Git ignore deleted files

I have a website project that has more than 50,000 unimportant files (to development) in some directories. /website.com/files/1.txt /…

git web ignore delete-file
Which files in .idea folder should be tracked by Git?

Unlike Netbeans, in Jetbrains IDEs, the setting files related to user and team are mixed in the same folder that …

git intellij-idea phpstorm ignore