- 12 6月, 2021 1 次提交
-
-
由 Parsa 提交于
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
-
- 08 5月, 2021 2 次提交
-
-
由 Martin Woodward 提交于
-
由 Tim Heuer 提交于
-
- 21 4月, 2021 1 次提交
-
-
由 Parsa 提交于
Add nuget.config file because it contains secret data and should be kept localy
-
- 27 3月, 2021 1 次提交
-
-
由 tustin2121 提交于
-
- 04 7月, 2020 1 次提交
-
-
由 Justin Gregory 提交于
I added this .gitignore to a project that included a file named CoverageSearchModel.cs, and the file was wrongly ignored. This change fixes the incorrect use of the range operator on the Coverlet rules.
-
- 21 4月, 2020 1 次提交
-
-
由 Daniel Chalmers 提交于
-
- 12 3月, 2020 2 次提交
-
-
由 Jeffrey Walton 提交于
Visual Studio .Net used Win32/ as one of the default output directories for C and C++ projects. Later, when 64-bit support was added to the toolchain (circa 2005), x64/ was used. The Gitignore files include x64/, but not Win32/. The commit adds support for both Win32/ and x64/.
-
由 Patrick Roche 提交于
-
- 16 12月, 2019 1 次提交
-
-
由 Łukasz Kurzyniec 提交于
-
- 07 11月, 2019 1 次提交
-
-
由 Matthew 提交于
JustCode has been discontinued as the features it provided are now included in Visual Studio 2017 and newer. (#3227)
-
- 20 9月, 2019 1 次提交
-
-
由 Paul Smith 提交于
* Adding ignore rule for temporary office files. * Adding Logs folder to ignore file. * Revert "Adding ignore rule for temporary office files." This reverts commit f6f191b12865614df05257363917b3eada058909.
-
- 21 7月, 2019 1 次提交
-
-
由 steveh-ivendi 提交于
If you have the [Ionide](http://ionide.io/) tools installed you will get an `.ionide` directory created in each directory that you open with VS Code, regardless of whether or not you are using F#.
-
- 12 5月, 2019 1 次提交
-
-
由 Dariusz Woźniak 提交于
-
- 02 5月, 2019 1 次提交
-
-
由 Alvaro Enrique Ruano 提交于
-
- 26 4月, 2019 1 次提交
-
-
由 Alessio Franceschelli 提交于
This is to ignore the new Nuget Symbol Packages, which are now the recommended approach for debug symbols of public NuGet packages. https://docs.microsoft.com/en-us/nuget/create-packages/symbol-packages-snupkg
-
- 21 3月, 2019 1 次提交
-
-
由 Jimmy Lewis 提交于
ASP.NET Core projects no longer use Bower by default (since Bower is now deprecated), and instead create static files in the wwwroot/lib path. This path is can also be used by convention for ASP.NET Core developers, and since it's no longer populated by Bower, it is unituitive to be excluded by default. This change removes the lines added by #2307. **Reasons for making this change:** VS default flow is now broken by excluding files required to run an ASP.NET Core project. **Links to documentation supporting these rule changes:** The changes to the ASP.NET Core templates was tracked by https://github.com/aspnet/templating/issues/48.
-
- 14 3月, 2019 1 次提交
-
-
由 Nick 提交于
Visual Studio can also generate .appxbundle and .appxupload files for Windows Store apps. See: https://docs.microsoft.com/en-us/windows/uwp/packaging/packaging-uwp-apps#types-of-app-packages
-
- 11 3月, 2019 2 次提交
-
-
* Update VisualStudio.gitignore file
-
由 Coskun Sunali 提交于
Rider has its own ignore file, so does Visual Studio. The ignore statements for Rider (idea) IDE should be removed from Visual Studio .gitignore file template.
-
- 14 2月, 2019 1 次提交
-
-
由 Terje Sandstrom 提交于
-
- 08 2月, 2019 1 次提交
-
-
由 Jason Davis 提交于
Ignore backup files from editing reports
-
- 29 1月, 2019 1 次提交
-
-
由 Kexy Biscuit 提交于
-
- 20 12月, 2018 1 次提交
-
-
由 Hassan Hashemi 提交于
-
- 19 12月, 2018 3 次提交
-
-
由 Hassan Hashemi 提交于
-
由 Hassan Hashemi 提交于
-
由 Hassan Hashemi 提交于
-
- 17 12月, 2018 2 次提交
-
-
由 Hassan Hashemi 提交于
-
由 Hassan Hashemi 提交于
-
- 13 12月, 2018 1 次提交
-
-
由 Hassan Hashemi 提交于
Ignore liveness db which belongs to: https://github.com/Xabaril/BeatPulse
-
- 06 12月, 2018 1 次提交
-
-
由 Wouter de Vries 提交于
-
- 03 11月, 2018 1 次提交
-
-
由 Chris Gunn 提交于
-
- 28 9月, 2018 1 次提交
-
-
由 Kevin R. Raney 提交于
This will ignore SQL Server Reporting Services user files
-
- 18 9月, 2018 1 次提交
-
-
由 Andrew 提交于
Currently, CodeRush provides the capability to store team settings and images used in Rich Comments and they should be shared among all team members. I have corrected the gitignore file to exclude only personal settings.
-
- 15 9月, 2018 1 次提交
-
-
由 Jeff Cyr 提交于
-
- 03 8月, 2018 1 次提交
-
-
由 Matthias Schäfer 提交于
_i.h given in 799ee6b7#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
-
- 01 8月, 2018 1 次提交
-
-
由 ofthelit 提交于
Local History for Visual Studio automatically creates a history of your files every time they are saved. The history can be compared with the current version. It is a solution situated between version control and undo/redo of history, available by default in Eclipse and IntelliJ IDEs. https://marketplace.visualstudio.com/items?itemName=AronDCurzon.LocalHistoryforVisualStudio https://marketplace.visualstudio.com/items?itemName=lostalloy.LocalHistory-for-Visual-Studio
-
- 05 6月, 2018 1 次提交
-
-
由 John Vandenberg 提交于
-
- 20 5月, 2018 1 次提交
-
-
由 Giovanni Bassi 提交于
Ignoring `launchSettings.json` does not make much sense. Now .NET CLI even considers this file when running with `dotnet run`, as you can read [here](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-run?tabs=netcore2x). This settings will be useful if shared among project members, so it should be commited to the repo. Also, on the default `.gitignore` file generated by Visual Studio it is not ignored, so this causes confusion, as depending on how `.gitignore` was created it could be commited in or not.
-
- 03 5月, 2018 1 次提交
-
-
由 Nick Schonning 提交于
The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file
-