SVN ignoring Git

The first thing I had to deal with was ignoring multiple files in one directory. I’ve always known svn propset svn:ignore something.txt . But if you then svn propset svn:ignore something_else.txt . it will lose the first ignore. The way to do multiple ignores is annoying: svn propset svn:ignore “something.txt > something_else.txt” . It requires … Continue reading SVN ignoring Git