]> source.dussan.org Git - gitignore.git/commit
Add *.snk strong name key files (#2483)
authortoby <wolf99@users.noreply.github.com>
Tue, 26 Dec 2017 03:30:10 +0000 (03:30 +0000)
committerBrendan Forster <github@brendanforster.com>
Tue, 26 Dec 2017 03:30:10 +0000 (14:00 +1030)
commit7d42effdebb0faea3ba5871c52fd93961dcfdab1
treea372e45a9b2cd20d8895b0660d34cc22a2fb8d39
parentde2539a72970d6a140850a33d59de537362da284
Add *.snk strong name key files (#2483)

* Add *.snk strong name key files

Strong name key files shouldn't be included in a repository AFAIK. they are intended to sign build output to verify that it comes from the correct publisher. having an *.snk in a repository would allow anyone to produce build as if they were the original publisher.

I guess some OSS projects might like to have *.snk files in their repos but that would be an exception to the rule.

* Make use of *.snk optional

Add note explaining use.

* Reduce explanation

Just use a link instead
VisualStudio.gitignore