]> source.dussan.org Git - gitignore.git/commit
Remove redundant Umbraco exceptions to VS rules
authorCarl Suster <carl@contraflo.ws>
Tue, 6 May 2014 07:38:57 +0000 (17:38 +1000)
committerCarl Suster <carl@contraflo.ws>
Tue, 6 May 2014 07:38:57 +0000 (17:38 +1000)
commit5b168d43009dbfa9e5b02dd6be7ee5961059ea61
treefa08f738ed63025224b51eb14b62c9152c99178c
parent206c7e4577d608363f83f75e0e8499f70049cdf8
Remove redundant Umbraco exceptions to VS rules

From the discussion on #1013:

Since the rule in VS is packages/*, the fact that it contains a slash means
that it is anchored to the top level. That is, is will only apply to
a directory called packages at the top level, and not to any at deeper
directories like App_Data. So these rules at the bottom of your changes
actually aren't necessary after all. I just confirmed this with a quick test.
Umbraco.gitignore