aboutsummaryrefslogtreecommitdiffstats
path: root/VisualStudio.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Removed LaunchSettings.json from being committedJason N. Gaylord2016-10-171-0/+1
| |
* | Update VisualStudio.gitignoreMuhammad Rehan Saeed2016-09-261-2/+2
| |
* | Add support for Cake.NetMuhammad Rehan Saeed2016-09-151-0/+3
|/ | | Cake.Net creates a tools folder at the root which contains downloaded packages and should not be checked in.
* added VS code coverage filesFilip W2016-09-121-0/+4
|
* Ignore .jfm files in Visual StudioKevin Cunnane2016-09-081-0/+1
| | | | | .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.
* Added "Python Tools for Visual Studio" to VisualStudio.gitignoreMatthias2016-08-231-0/+4
| | | | __pycache__/ *.pyc
* Exclude folder for CodeRush settingsPascal Berger2016-08-111-0/+3
|
* VisualStudio ignore project.fragment.lock.jsonJames Skimming2016-05-231-0/+1
| | | | | | | 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.
* Merge pull request #1783 from vladon/Visual-Studio-new-database-engineBrendan Forster2016-03-311-0/+2
|\ | | | | Visual studio new database engine
| * New Visual Studio database engine for C++Vladislav Yaroslavlev2015-12-041-0/+2
| | | | | | | | | | | | | | Added extensions of new database engine for C++ (sqlite-based) from Visual Studio 2015 (Tools - Options - Text Editor - C/C++ - Experimental - Enable New Database Engine)
* | Add an exclusion for PublishScriptsPaul Nakata2016-03-251-2/+7
| |
* | ignore folder for non-nuget paket dependenciesTomasz Pluskiewicz2016-03-081-0/+1
| |
* | Remote ApplicationInsights.config from VisualStudio.gitignoreAaron Holmes2016-03-041-3/+0
| | | | | | | | | | | | | | | | Commit a25589c92187674f68dcfafe8433e0c1e6069159 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS. The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config. ApplicationInsights.config is a required application file and should not be ignored.
* | Merge pull request #1853 from Zenuka/bower_componentsBrendan Forster2016-02-241-0/+4
|\ \ | | | | | | Add bower_components to VisualStudio.gitignore
| * | bower_components is commented by defaultZenuka2016-02-121-1/+4
| | |
| * | Update VisualStudio.gitignoreZenuka2016-02-101-0/+1
| | | | | | | | | Added bower_components to .gitignore
* | | Adding JetBrains Rider (.NET IDE from JetBrains) specific files to ignoreIgal Tabachnik2016-02-181-0/+4
| | |
* | | remove bower_components as an other PR will add itKagami Sascha Rosylight2016-02-161-1/+0
| | |
* | | remove duplicationKagami Sascha Rosylight2016-02-161-1/+0
| | |
* | | store package filesKagami Sascha Rosylight2016-02-161-1/+3
| | |
* | | Ignore _pkginfo.txtKagami Sascha Rosylight2016-02-161-0/+2
|/ / | | | | | | | | https://www.google.com/?gws_rd=ssl#q=_pkginfo.txt&nfpr=1 I found I have this file not being ignored and a quick search shows these files :/
* | Merge pull request #1415 from wisitsaks/patch-1Brendan Forster2016-01-271-0/+1
|\ \ | | | | | | Update VisualStudio.gitignore
| * | Update VisualStudio.gitignorewisitsaks2015-02-201-0/+1
| | | | | | | | | ignore all files in Log/log folder
* | | Merge pull request #1812 from AArnott/patch-4Brendan Forster2016-01-151-0/+3
|\ \ \ | | | | | | | | Ignore files generated by NuGet v3 project.json
| * | | Ignore files generated by NuGet v3 project.jsonAndrew Arnott2015-12-271-0/+3
| | | |
* | | | Merge pull request #1814 from AArnott/patch-6Brendan Forster2016-01-121-1/+0
|\ \ \ \ | | | | | | | | | | Remove `build/` suppression
| * | | | Remove `build/` suppressionAndrew Arnott2015-12-271-1/+0
| |/ / / | | | | | | | | | | | | | | | | The authoring of NuGet packages quite often include `build` folders, and when this is .gitignore'd it's very often the source of bugs in files that don't get checked in. I've never seen a Visual Studio project that builds to a `build` folder (`bin` is the default name). As this is a Visual Studio template file, and we have real projects that include `build` folders that include source code, I recommend we remove suppression of this folder.
* | | | Name update of Windows AzureAnders Lundsgård2015-12-281-3/+3
| | | | | | | | | | | | Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
* | | | Ignore Azure ApplicationInsights.configAnders Lundsgård2015-12-281-0/+3
| | | | | | | | | | | | Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
* | | | Stop ignoring StyleCop.jsonAndrew Arnott2015-12-271-1/+0
|/ / / | | | | | | | | | | | | | | | StyleCop.Analyzers is the modern re-invention of StyleCop, and uses a StyleCop.json file that the default .gitignore file made very difficult to check in, and easy to think was checked in but isn't. See https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/32057fff82adf7cfb92aa50aef69a6b030eedf31/documentation/Configuration.md#source-control for the documented case. Looking through history, this line was last touched to make it case insensitive, and before that the line was in the original VisualStudio.gitignore file, without justification for why it should ignore all file extensions. From my experience with stylecop, the only file I remember it creating was stylecop.cache. I would change `[Ss]tyle[Cc]op.*` to `[Ss]tyle[Cc]op.cache` but there is already a line for suppressing all *.cache files (which wasn't there when the stylecop line was originally added). So I believe this line is now obsolete, and as I explain above, actually problematic.
* | / Ignore BundleArtifacts folderAlexey Belyansky2015-12-141-0/+1
| |/ |/|