Many source control systems have an "ignore"-file mechanism that specifies files that should not be committed or tracked in version control.
I have a table in my MySQL with duplicates. I try to delete the duplicates and keep one entry. I …
mysql duplicates ignore mysql-error-1062I'm having some problems with phpunit. When I execute a test, phpunit give me these warnings: 1) Warning No tests found …
phpunit ignore testcaseI want to know how to ignore a Kotlin class field when using Moshi. I've found this answer for Java (…
json kotlin ignore serialization moshiI'm working with Eclipse and ClearCase and we're facing the problem that there's no "ignore"-feature in ClearCase and we're …
eclipse version-control clearcase ignoreI want to ignore some hidden files (like .project and .pydevproject) in SVN. They are already in our trunk at …
svn ignore svnignoreFor Xcode 3 I always added *.mod1v3 and *.pbxuser to svn:ignore. Which are the user-specific files in Xcode4? My …
svn xcode4 ignoreI need to ignore some or all conditions in WHERE statement if parameter is null or empty F.E: I …
c# linq where ignore conditional-statementsI have one Rockerfile that builds 4 images; I also have one central .dockerignore file. For one of the images I …
docker overriding ignoreI do have some text sequences that are replaced by the SCM (Perforce in my case). I do want to …
version-control perforce ignore beyondcompareWhen I run git status: $ git status # On branch master # Changes not staged for commit: # (use "git add/rm <…
git gitignore ignore