aboutsummaryrefslogtreecommitdiffstats
path: root/VisualStudio.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Add 'opendb' file to VisualStudio.gitignoreAndrew Stanton-Nurse2015-12-011-0/+1
| |
* | Fix typo rfc -> rcfCurtis Badke2015-11-301-1/+1
| |
* | Fix typo for Azure Emulator log directoryCurtis Badke2015-11-301-1/+1
| |
* | Merge pull request #1647 from m1stegmann/patch-2Brendan Forster2015-10-141-0/+4
|\ \ | | | | | | Windows Azure Emulator
| * | Windows Azure EmulatorMichael Stegmann2015-09-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ignoring directory "efc" and "rfc" created by the Windows Azure Emulator Directory before starting emulator the first time: Directory: C:\temp\AzureCloudService1\AzureCloudService1 Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 9/1/2015 9:16 AM bin d----- 9/1/2015 9:16 AM WorkerRole1Content -a---- 9/1/2015 9:16 AM 3014 AzureCloudService1.ccproj -a---- 9/1/2015 9:16 AM 144 AzureCloudService1.ccproj.user -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Cloud.cscfg -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Local.cscfg -a---- 9/1/2015 9:16 AM 428 ServiceDefinition.csdef And after starting the Emulator: Directory: C:\temp\AzureCloudService1\AzureCloudService1 Mode LastWriteTime Length Name ---- ------------- ------ ---- d----- 9/1/2015 9:16 AM bin d----- 9/1/2015 9:19 AM csx d----- 9/1/2015 9:19 AM ecf d----- 9/1/2015 9:19 AM obj d----- 9/1/2015 9:19 AM rcf d----- 9/1/2015 9:16 AM WorkerRole1Content -a---- 9/1/2015 9:16 AM 3014 AzureCloudService1.ccproj -a---- 9/1/2015 9:16 AM 144 AzureCloudService1.ccproj.user -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Cloud.cscfg -a---- 9/1/2015 9:16 AM 505 ServiceConfiguration.Local.cscfg -a---- 9/1/2015 9:16 AM 428 ServiceDefinition.csdef
* | | Merge pull request #1632 from khellang/ghostdocBrendan Forster2015-10-051-0/+3
|\ \ \ | | | | | | | | Add VisualStudio GhostDoc plugin setting file
| * | | Add VisualStudio GhostDoc plugin setting fileStar Peng2015-08-261-0/+3
| |/ /
* | | Ignore FAKE - F# Make cache folderJulien Roncaglia2015-10-041-0/+3
| | | | | | | | | Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
* | | Added ignore for Paket Nellemandela2015-09-221-0/+3
|/ / | | | | Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
* | Add .sap Visual Studio profiler session fileFelipe Plets2015-08-111-0/+1
| | | | | | In Windows Phone 8 development each profiler session generates a new .sap file, which is automatically added to the root of the project. This is an XML manifest describing the detailed profiler logs created in the PerfLogs folder.
* | Correct capitalisation of LightSwitch and omit generated.parameters.xmlsfhardman2015-07-241-2/+1
| |
* | Add newline at EOFsfhardman2015-07-231-1/+1
| |
* | Add ignores for Visual Studio Lightswitch build outputsfhardman2015-07-231-0/+9
| |
* | Adding optional ignore proposal for wwwroot folderJimiC2015-07-131-0/+2
| | | | | | There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
* | Ignore NCrunch temporary files.Jamie Humphries2015-07-011-0/+1
| |
* | removing bower_components and fixing typoSayed Ibrahim Hashimi2015-05-191-2/+1
| |
* | Update VisualStudio.gitignoreMarkus Hauge2015-05-161-1/+1
| |
* | Merge pull request #1374 from richorama/masterBrendan Forster2015-05-141-0/+1
|\ \ | | | | | | added the orleans.codegen.cs file automatically generated by Orleans
| * | added the orleans.codegen.cs file automatically generated by OrleansRichard Astbury2015-01-211-0/+1
| | |
* | | ASPNET5 -> DNXDamian Hickey2015-05-081-1/+1
| | | | | | | | | As discussed in #1505
* | | Merge pull request #1503 from LunicLynx/keep-cache-directoriesBrendan Forster2015-05-081-1/+6
|\ \ \ | | | | | | | | add rule to keep track of directories ending in .Cache
| * | | Update VisualStudio.gitignoreLunicLynx2015-05-061-1/+1
| | | |
| * | | add rule to keep track of directories ending in .CacheLunicLynx2015-05-061-1/+6
| | | | | | | | | | | | | | | | More Information http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
* | | | adding artifacts and project.lock.json for asp.net 5Sayed Ibrahim Hashimi2015-05-061-0/+4
|/ / /
* | / Small fix: missing spaceThomas Schulz2015-02-211-1/+1
| |/ |/|
* | remove Roslyn cache directory for VS 2015 CTP 1-4Emil Lerch2015-02-041-3/+0
| |
* | add *.vs/ to ignore VS files in VS15 CTP5Emil Lerch2015-01-291-0/+3
| | | | | | As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
* | Merge pull request #1262 from janno-p/masterCarl Suster2015-01-221-0/+3
|\ \ | |/ |/| User-specific files for MonoDevelop/Xamarin Studio.
| * User-specific files for MonoDevelop/Xamarin Studio.Janno Põldma2014-10-241-0/+3
| |
* | Merge pull request #1349 from MOROZILnic/patch-1Carl Suster2015-01-081-1/+1
|\ \ | | | | | | Update VisualStudio.gitignore
| * | Update VisualStudio.gitignoreMOROZILnic2015-01-041-1/+1
| | | | | | | | | Ignoring *.cache as well as *.Cache