aboutsummaryrefslogtreecommitdiffstats
path: root/VisualStudio.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [VisualStudio.gitignore] remove a trailing spacen00992022-01-261-1/+1
|
* Merge pull request #3845 from kjchome/vshistoryBrian Douglas2021-12-101-0/+3
|\ | | | | Add Visual Studio History directories (`.vshistory`) to `VisualStudio.gitignore`
| * Add Visual Studio History (VSHistory) filesKen Cross2021-10-031-0/+3
| |
* | Replace references of this repo's "master" branchWiblz2021-12-061-1/+1
| | | | | | | | with "main".
* | Merge branch 'main' into masterBrian Douglas2021-12-041-1/+11
|\ \
| * \ Merge pull request #3121 from Polda18/masterBrian Douglas2021-12-041-0/+11
| |\ \ | | | | | | | | Update VisualStudio.gitignore
| | * | Update VisualStudio.gitignoreBrian Douglas2021-12-041-1/+1
| | | | | | | | | | | | Co-authored-by: Jaan Jahilo <jaanjahilo@outlook.com>
| | * | Update VisualStudio.gitignoreMarek Poláček2019-07-161-1/+1
| | | | | | | | | | | | Typo
| | * | Update VisualStudio.gitignoreMarek Poláček2019-07-161-0/+11
| | | | | | | | | | | | Visual Studio 6.0 files
| * | | Remove .idea folder from VisualStudioChrister van der Meeren2021-11-241-1/+0
| | | | | | | | | | | | | | | | | | | | 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 #3706Parsa2021-06-121-1/+1
| | |/ | |/| | | | Revert changes in #3706 due to the inconveniency which developers reported by commenting the added line.
* / | Remove nuget.config from VisualStudio.gitignoreAaron Sherber2021-09-081-3/+0
|/ /
* | Merge pull request #3686 from tustin2121/tustin2121-vs-changesMartin Woodward2021-05-081-0/+1
|\ \
| * | Add .tlog to the Visual Studio templatetustin21212021-03-261-0/+1
| | |
* | | Merge pull request #3722 from timheuer/masterMartin Woodward2021-05-071-0/+22
|\ \ \ | | | | | | | | Adding VS Code to global VS family
| * | | Add newline.Martin Woodward2021-05-071-1/+1
| | | |
| * | | Adding VS Code to global VS familyTim Heuer2021-05-071-0/+22
| |/ /
* / / Add nuget.config fileParsa2021-04-211-0/+3
|/ / | | | | Add nuget.config file because it contains secret data and should be kept localy
* | Fix false positives on Coverage*.cs files (#3454)Justin Gregory2020-07-031-1/+3
| | | | | | 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.
* | Add FodyWeavers.xsd to VisualStudio.gitignore (#3380)Daniel Chalmers2020-04-201-0/+3
| |
* | Add Win32/ to gitginore list (#3308)Jeffrey Walton2020-03-121-0/+1
| | | | | | 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/.
* | [VisualStudio] Add rule for ScaffoldingReadMe.txt (#3328)Patrick Roche2020-03-111-0/+3
| |
* | added Coverlet result files as a Code Coverage Tool (#3252)Łukasz Kurzyniec2019-12-161-0/+3
| |
* | JustCode has been discontinued as the features it provided are now included ↵Matthew2019-11-071-3/+0
| | | | | | | | in Visual Studio 2017 and newer. (#3227)
* | [VisualStudio] add Logs folder (#3143)Paul Smith2019-09-201-0/+1
| | | | | | | | | | | | | | | | | | | | * 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.
* | Ignore the .ionide working folder (#3108)steveh-ivendi2019-07-211-0/+3
|/ | | 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#.
* NUnit - reorganize (#2960)Dariusz Woźniak2019-05-121-1/+2
|
* Update VisualStudio.gitignore to add a safer rule for rdl backups (#3047)Alvaro Enrique Ruano2019-05-021-1/+3
|
* Update VisualStudio.gitignore to ignore NuGet Symbol Packages (#3041)Alessio Franceschelli2019-04-251-0/+2
| | | | 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
* Remove wwwroot/lib exclusion for ASP.NET Core (#3009)Jimmy Lewis2019-03-201-2/+0
| | | | | | | | | | | | | 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.
* Add more Windows Store app package types (#2995)Nick2019-03-141-0/+2
| | | | 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 (#2975)José Fabio Martinez Gonzalez2019-03-111-0/+3
| | | | * Update VisualStudio.gitignore file
* Remove Rider (idea) ignore statements from VS (#2991)Coskun Sunali2019-03-111-4/+0
| | | 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.
* Added backup folder for Package Reference Convert tool in VS 2017Terje Sandstrom2019-02-131-0/+3
|
* Update VisualStudio.gitignoreJason Davis2019-02-071-0/+1
| | | Ignore backup files from editing reports
* Remove trailing whitespace added last commit.Kexy Biscuit2019-01-291-1/+1
|
* Merge pull request #2907 from HassanHashemi/patch-1Brendan Forster2018-12-191-0/+3
|\ | | | | [Visual studio] Ignore health check temp database
| * cleanupHassan Hashemi2018-12-191-1/+1
| |
| * Update the ruleHassan Hashemi2018-12-191-1/+1
| |
| * Changed the rule to healthchecksdbHassan Hashemi2018-12-191-1/+1
| |
| * Add * wildcardHassan Hashemi2018-12-181-1/+1
| |
| * Remove empty lineHassan Hashemi2018-12-161-1/+0
| |
| * Add BeatPulse specific sectionHassan Hashemi2018-12-161-1/+4
| |
| * Ignore health check temp databaseHassan Hashemi2018-12-131-0/+1
| | | | | | | | Ignore liveness db which belongs to: https://github.com/Xabaril/BeatPulse
* | Only unignore directories that have at least a character ending with .cacheWouter de Vries2018-12-061-1/+1
|/
* Merge pull request #2307 from marcrocny/marcrocny-patch-1Brendan Forster2018-11-231-0/+2
|\ | | | | [VisualStudio] ASP.NET Core - bower - default config
| * update wwwroot/lib description; revert EOFMarc Lewandowski2017-03-061-3/+2
| |
| * VS15 bower - default configmarcrocny2017-03-021-1/+4
| | | | | | In VS15 (2017) the default .bowerrc repoints the default location to wwwroot/lib, and bower package restore is ON.
* | Add `ARM` and `ARM64` to Visual Studio's ignore file.Chris Gunn2018-11-021-0/+2
| |
* | Update VisualStudio.gitignoreKevin R. Raney2018-09-271-0/+1
| | | | | | This will ignore SQL Server Reporting Services user files