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
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed