aboutsummaryrefslogtreecommitdiffstats
path: root/VisualStudio.gitignore
Commit message (Collapse)AuthorAgeFilesLines
...
* | No need to fully exclude CodeRush settingsAndrew2018-09-181-2/+2
| | | | | | 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.
* | Added *_wpftmp.csproj ignoreJeff Cyr2018-09-141-0/+1
| |
* | Fixing MIDL header file pattern for Visual StudioMatthias Schäfer2018-08-031-1/+1
| | | | | | | | _i.h given in 799ee6b79e1d32f49ded6683b5364017fd4ee0a5#gitext://gotocommit/799ee6b79e1d32f49ded6683b5364017fd4ee0a5 is wrong
* | Ignore files from Local History plug-insofthelit2018-08-011-0/+3
| | | | | | | | | | 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
* | Trim trailing whitespaceJohn Vandenberg2018-06-051-3/+3
| |
* | Do not ignore launchsettings.json for VSGiovanni Bassi2018-05-191-1/+0
| | | | | | | | | | | | | | 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.
* | Ignore Reporting Project Upgrade backup filesNick Schonning2018-05-021-0/+1
| | | | | | The conversion process from the old custom rptproj to the MSBuild based projects creates a .bak backup file
* | Added MFractor's working folder to VisualStudio.gitignoreMatthew Robbins2018-04-091-0/+3
| | | | | | | | | | MFractor is a Xamarin/Visual Studio Mac productivity tool used by 1000's of Xamarin developers. The `.mfractor/` folder should not be included in source control (but often is).
* | added: *.iobj, *.ipdblinlux2018-03-261-0/+2
| | | | | | | | "These files are produced when Incremental Link-Time Code Generation (LTCG) is enabled." https://stackoverflow.com/questions/31554559/possible-to-stop-generating-ipdb-iobj-files-by-visual-studio-2015
* | Merge pull request #2576 from jerzywie/masterBrendan Forster2018-03-111-0/+2
|\ \ | | | | | | Add .nvuser NVidia Nsight configuration file
| * | Add .nvuser NVidia Nsight configuration filejerzywie2018-01-111-0/+2
| | |
* | | Merge pull request #2580 from raterus/patch-1Brendan Forster2018-03-111-0/+1
|\ \ \ | | | | | | | | Add rptproj.rptuser
| * | | Add rptproj.rptuserraterus2018-01-191-0/+1
| |/ / | | | | | | The VS 2017 version of the Business Intelligence project contains a user file (*.rptproj.rptuser) that should be ignored as well
* | | Remove typings ignoreQuique Fdez Guerra2018-02-221-3/+0
| | | | | | | | | | | | Nobody is using v1 of typings anymore on new projects and 'typings' is the recommended name for the folders of your custom types. On the other hand the official Visual Studio ignore is not ignoring this folder.
* | | Added "ServiceFabricBackup/"komaflash // ec8or2018-01-301-0/+1
|/ / | | | | The latest update of Visual Studio 17 (15.5.5) introduces a new backup folder called "ServiceFabricBackup" before upgrading service fabric applications.
* | Add *.snk strong name key files (#2483)toby2017-12-261-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | ignore MSBuild Binary and Structured Log (#2549)Enrico Sada2017-12-141-0/+4
| | | | | | ref http://msbuildlog.com/
* | Add ignore for Azure Stream Analytics local run output folder (#2498)Tuomas-Matti Soikkeli2017-11-291-0/+3
| |
* | Update VisualStudio.gitignore (#2510)Denis Peshkov2017-11-291-0/+4
| | | | | | * Update VisualStudio.gitignore
* | Merge pull request #2516 from ButchDean/masterBrendan Forster2017-11-291-0/+3
|\ \ | | | | | | Ignore Visual Studio 2017 C++ app generated files.
| * | Ignore Visual Studio 2017 generated files.Dean Butcher2017-11-141-0/+3
| | |
* | | Merge pull request #2517 from Noctis-/patch-1Brendan Forster2017-11-201-1/+1
|\ \ \ | | | | | | | | Update comment
| * | | Update commentNoctis-2017-11-161-1/+1
| |/ /
* / / Update VisualStudio.gitignoreAayush Kapoor2017-11-171-1/+1
|/ /
* | Ignore Nuget package directory name casingsynepis2017-10-181-3/+3
| | | | | | | | 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.
* | Add exclusion of Visual Studio trace files (*.e2e)jimbob71982017-09-201-0/+3
| |
* | Merge pull request #2328 from jpdillingham/opencover-visualstudioBrendan Forster2017-09-091-0/+3
|\ \ | | | | | | Add exclusion for OpenCover UI results
| * | Add exclusion for OpenCover UI resultsJP Dillingham2017-03-181-0/+3
| | |
* | | Adds .gitignore rules for AxoCoverCodeNotFound2017-08-121-0/+4
| | | | | | | | | | | | | | | | | | | | | 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.
* | | Update VisualStudio.gitignoreJames Ko2017-07-301-1/+1
| | |
* | | Remove TODO from VS.gitignoreJames Ko2017-07-291-1/+1
| | |
* | | Merge branch 'master' into tabs-studioBrendan Forster2017-06-101-3/+20
|\ \ \
| * | | Adds BenchmarkDotNet.Artifacts to VisualStudio.gitignoreAmadeusz Wieczorek2017-06-081-0/+3
| | | |
| * | | Update VisualStudio.gitignorejulienshepherd2017-05-171-1/+1
| | | |
| * | | add .appx to VisualStudio.gitignorejulienshepherd2017-05-091-0/+1
| |/ / | | | | | | for .appx files created in the project root directory.
| * / Add ignore for Secondary data filesMatt Smith2017-03-131-1/+2
| |/ | | | | Secondary data files .ndf (https://msdn.microsoft.com/en-us/library/ms189563.aspx)
| * Added BizTalk build output files to ignore listRobin Hultman2017-03-011-1/+7
| |
| * Added Telerik's JustMock configruation filesMichaelKogan2017-02-281-0/+3
| |
| * Fix spellingVictor Uriarte2017-02-141-1/+1
| |
| * added comment about typings directoryBrendan Forster2017-02-021-0/+2
| |
| * Merge branch 'master' into patch-3Brendan Forster2017-02-021-1/+11
| |\
| * | ignore typings directoryBen Bodenmiller2016-09-191-1/+2
| | |
* | | Add Tabs Studio files to VisualStudui.gitignoreYann Duran2017-06-101-0/+3
| |/ |/|
* | Corrected ignore settings for CakeGary Ewan Park2017-01-101-1/+2
| | | | | | | | - 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
* | VisualStudio: Don't ignore project filtersJules Blok2017-01-061-1/+0
| |
* | Replace DNX with .NET CoreHenrik W. Moe2016-11-161-1/+1
| |
* | ignore Properties/launchSettings.json even if Properties is a subfolderChuckLu2016-11-071-1/+1
| |
* | Added reference to get latest from GitHub.Jørn Christensen2016-11-021-0/+2
| | | | | | | | If the .gitignore file is inlcuded in another project, it may be feasible to have a reference to origin.
* | Added C++ project filter file.Jørn Christensen2016-11-021-0/+1
| | | | | | | | Reference: http://stackoverflow.com/questions/1826901/should-i-add-vcxproj-filter-files-to-source-control
* | ignore Visual Studio 6 workspace filemrs-mrl2016-10-191-0/+3
| | | | | | | | | | see e.g. http://stackoverflow.com/a/1530193 https://msdn.microsoft.com/en-us/library/aa241721(v=vs.60).aspx