I have a bunch of minified JavaScript in my repository, or maybe just a file that has constant churn that I just don't honestly care about. The thing is, the diffs are always huge, and make viewing the diff of changesets kind of useless. Can I tell Kiln to just ignore those in diff views?
|
7
|
You sure can! As of Kiln 2.4, simply check in a file called So for example, let's say that my IDE makes solution files called
and they'll disappear from within Kiln. |
|||||||||||
|
|
0
|
This isn't preventing files from showing up in code reviews. I'm trying to filter out designer files and layout files (VS 2010). Here's my .kilnignore file
EDIT: Sorry should have been posted as a comment |
||
|
|