I have a visual studio
project and i add .ignore
file for visual studio ignore file from
https://github.com/github/gitignore/blob/master/VisualStudio.gitignore
When i commit file it ignore all dll
from bin folder but i need to upload some necessary dll
file to repo
. How can i achieve this.
Not ignore file like
AjaxControlToolkit.dll
CKEditor.NET.dll
CLRIntegration.dll