| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
`Directory.Build.rsp` is a [documented file][1] that allows setting default arguments to command line builds. However, our .gitignore template ignores _all_ `*.rsp` files. which causes confusion:
1. Devs write an .rsp file and if they aren't being attentive forget to commit it
2. Adding it to git requires `git add --force`, which some devs mistake for a destructive or not-recommended action
Thus, explicitly allow the `Directory.Build.rsp` file.
[1]: https://learn.microsoft.com/en-us/visualstudio/msbuild/msbuild-response-files?view=vs-2022#directorybuildrsp
|
| |
|
|\
| |
| | |
Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
|
| | |
|
| |
| |
| |
| | |
with "main".
|
|\ \ |
|
| |\ \
| | | |
| | | | |
Update VisualStudio.gitignore
|
| | | |
| | | |
| | | | |
Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
|
| | | |
| | | |
| | | | |
Typo
|
| | | |
| | | |
| | | | |
Visual Studio 6.0 files
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Conflicts with JetBrains.gitignore. Some files in this directory should be checked in.
Not sure about *.sln.iml, so I'm leaving that. The JetBrains.gitignore file contains commented-out IML stuff with instructions on when to uncomment.
|
| | |/
| |/|
| | | |
Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
|
|/ / |
|
|\ \ |
|
| | | |
|
|\ \ \
| | | |
| | | | |
Adding VS Code to global VS family
|
| | | | |
|
| |/ / |
|
|/ /
| |
| | |
Add nuget.config file because it contains secret data and should be kept localy
|
| |
| |
| | |
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.
|
| | |
|
| |
| |
| | |
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/.
|
| | |
|
| | |
|
| |
| |
| |
| | |
in Visual Studio 2017 and newer. (#3227)
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
|/
|
| |
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#.
|
| |
|
| |
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
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
|
|
|
|
| |
* Update VisualStudio.gitignore file
|
|
|
| |
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.
|
| |
|
|
|
| |
Ignore backup files from editing reports
|
| |
|
|\
| |
| | |
[Visual studio] Ignore health check temp database
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
Ignore liveness db which belongs to:
https://github.com/Xabaril/BeatPulse
|
|/ |
|
|\
| |
| | |
[VisualStudio] ASP.NET Core - bower - default config
|
| | |
|
| |
| |
| | |
In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
|
| | |
|