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.

How to keep SVN from updating a directory already in repository

This isn't, I don't think, a standard svn ignore question. I have a repository with a huge directory in it …

svn ignore
Ignore specific changes to a file in git, but not the entire file

I have a file in a git repository that has a local change on it. I want to have git …

git gitignore ignore
SQLAlchemy INSERT IGNORE

How can I insert multiple data records into table ignoring duplicates. I am using SQLAlchemy. Thank you!

python insert sqlalchemy ignore
How to correctly version control (svn:ignore) a Java project (Maven, Spring)?

i was on a 2-day training introducing as to Java EE. We used there Java EE, Spring Framework, Maven, Springsource …

java svn spring maven ignore
Git ignore locally deleted folder

I have a Ruby on Rails application which crashes when vendor/rails is present but works fine if it is …

git ignore
How to test dockerignore file?

After reading the .dockerignore documentation, I'm wondering if there is a way to test it? Examples **/node_modules/ How do …

shell docker ignore node-modules
Turnoff mysql unsafe statement warning

I am using log-error to write warning/errors into a file. When I perform INSERT IGNORE..SELECT statement, it just …

mysql insert primary-key ignore composite-primary-key
Tortoise - is it possible to ignore new folder before committing it?

I just added a class library project to my .NET solution. When I built it, it created the bin and …

svn tortoisesvn ignore
How to omit Get only properties in servicestack json serializer?

I have an object which I am de-serializing using ToJson<>() method from ServiceStack.Text namespace. How to omit …

json properties servicestack ignore
Git ignore file for VB.NET projects

I wan to place a VB.NET project under Git control in Windows (was previously under Visual Source Safe - …

vb.net git ignore ignorelist ignore-files