- 30 1月, 2018 1 次提交
-
-
由 komaflash // ec8or 提交于
The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
-
- 26 12月, 2017 1 次提交
-
-
由 toby 提交于
* 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
-
- 14 12月, 2017 1 次提交
-
-
由 Enrico Sada 提交于
ref http://msbuildlog.com/
-
- 29 11月, 2017 2 次提交
-
-
由 Tuomas-Matti Soikkeli 提交于
-
由 Denis Peshkov 提交于
* Update VisualStudio.gitignore
-
- 18 11月, 2017 1 次提交
-
-
由 Aayush Kapoor 提交于
-
- 16 11月, 2017 1 次提交
-
-
由 Noctis- 提交于
-
- 15 11月, 2017 1 次提交
-
-
由 Dean Butcher 提交于
-
- 18 10月, 2017 1 次提交
-
-
由 synepis 提交于
It looks like VS2017 changed it's nuget package directory name to be capitalized. When using Ubuntu for Windows, directory name casing of NuGet package folder becomes important and detected as a change by git,. This change is to ignore regardless of casing.
-
- 20 9月, 2017 1 次提交
-
-
由 jimbob7198 提交于
-
- 12 8月, 2017 1 次提交
-
-
由 CodeNotFound 提交于
AxoCover is a Code Coverage Tool. It creates a **.axoCover** folder where are created: - settings in settings.json - sub-folders into **run** folder which contain code coverage results. All content into **.axoCover** folder must be ignored except the **settings.json** file.
-
- 31 7月, 2017 1 次提交
-
-
由 James Ko 提交于
-
- 30 7月, 2017 1 次提交
-
-
由 James Ko 提交于
-
- 10 6月, 2017 1 次提交
-
-
由 Yann Duran 提交于
-
- 09 6月, 2017 1 次提交
-
-
由 Amadeusz Wieczorek 提交于
-
- 18 5月, 2017 1 次提交
-
-
由 julienshepherd 提交于
-
- 09 5月, 2017 1 次提交
-
-
由 julienshepherd 提交于
for .appx files created in the project root directory.
-
- 19 3月, 2017 1 次提交
-
-
由 JP Dillingham 提交于
-
- 13 3月, 2017 1 次提交
-
-
由 Matt Smith 提交于
Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
-
- 01 3月, 2017 1 次提交
-
-
由 Robin Hultman 提交于
-
- 28 2月, 2017 1 次提交
-
-
由 MichaelKogan 提交于
-
- 15 2月, 2017 1 次提交
-
-
由 Victor Uriarte 提交于
-
- 02 2月, 2017 1 次提交
-
-
由 Brendan Forster 提交于
-
- 11 1月, 2017 1 次提交
-
-
由 Gary Ewan Park 提交于
- It is recommended to include the packages.config file when using Cake - This ensures that the Cake version that is being used is *pinned* and updated only when the user decides
-
- 06 1月, 2017 1 次提交
-
-
由 Jules Blok 提交于
-
- 16 11月, 2016 1 次提交
-
-
由 Henrik W. Moe 提交于
-
- 07 11月, 2016 1 次提交
-
-
由 ChuckLu 提交于
-
- 02 11月, 2016 2 次提交
-
-
由 Jørn Christensen 提交于
If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin.
-
- 19 10月, 2016 1 次提交
- 18 10月, 2016 1 次提交
-
-
由 Jason N. Gaylord 提交于
-
- 26 9月, 2016 1 次提交
-
-
由 Muhammad Rehan Saeed 提交于
-
- 20 9月, 2016 1 次提交
-
-
由 Ben Bodenmiller 提交于
-
- 15 9月, 2016 1 次提交
-
-
由 Muhammad Rehan Saeed 提交于
Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
-
- 12 9月, 2016 1 次提交
-
-
由 Filip W 提交于
-
- 09 9月, 2016 1 次提交
-
-
由 Kevin Cunnane 提交于
.jfm files have started blocking checking for .sqlproj projects in Visual Studio. .jfm files are a new file-type created by the Microsoft ESENT database engine - this is a recent improvement only in Windows 10 Anniversary update. As the SSDT .sqlproj type in Visual Studio uses this engine for .dbmdl metadata files, and this file is locked by the user, this currently blocks users from checking into Git repositories. This fix helps mitigate this by avoiding checkin of this file type.
-
- 23 8月, 2016 1 次提交
-
-
由 Matthias 提交于
__pycache__/ *.pyc
-
- 11 8月, 2016 1 次提交
-
-
由 Pascal Berger 提交于
-
- 23 5月, 2016 1 次提交
-
-
由 James Skimming 提交于
I've just upgraded to ASP.NET Core RC2, and I've found that Visual Studio is producing a file called project.fragment.lock.json. When I delete the file it is recreated during build. Given project.lock.json is already ignored this looks like another file to ignore.
-
- 26 3月, 2016 1 次提交
-
-
由 Paul Nakata 提交于
-