Commit Graph

149 Commits

Author SHA1 Message Date
Tomasz Pluskiewicz 04f53c0b9f ignore folder for non-nuget paket dependencies 2016-03-08 11:03:32 +01:00
Aaron Holmes b2bacc5184 Remote ApplicationInsights.config from VisualStudio.gitignore
Commit a25589c921 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.
2016-03-04 13:07:34 -08:00
Brendan Forster 9f8e411bba Merge pull request #1853 from Zenuka/bower_components
Add bower_components to VisualStudio.gitignore
2016-02-24 12:00:08 +11:00
Igal Tabachnik e429db1180 Adding JetBrains Rider (.NET IDE from JetBrains) specific files to ignore 2016-02-18 09:31:24 +02:00
Kagami Sascha Rosylight 7d148a0ca1 remove bower_components as an other PR will add it 2016-02-16 03:11:43 +09:00
Kagami Sascha Rosylight 6ed1790dda remove duplication 2016-02-16 03:09:11 +09:00
Kagami Sascha Rosylight 5154697fd8 store package files 2016-02-16 03:05:30 +09:00
Kagami Sascha Rosylight b32c5d5646 Ignore _pkginfo.txt
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 :/
2016-02-16 02:45:41 +09:00
Zenuka 63694d017b bower_components is commented by default 2016-02-12 08:41:18 +01:00
Zenuka a23bb4a523 Update VisualStudio.gitignore
Added bower_components to .gitignore
2016-02-10 16:38:54 +01:00
Brendan Forster 504f54caf8 Merge pull request #1415 from wisitsaks/patch-1
Update VisualStudio.gitignore
2016-01-27 13:11:02 +10:30
Brendan Forster f51f0baa5a Merge pull request #1812 from AArnott/patch-4
Ignore files generated by NuGet v3 project.json
2016-01-15 15:59:30 +11:00
Brendan Forster da521d7bbf Merge pull request #1814 from AArnott/patch-6
Remove `build/` suppression
2016-01-12 13:39:16 +10:30
Anders Lundsgård 65ba08ced7 Name update of Windows Azure
Windows Azure -> Microsoft Azure. Due to https://azure.microsoft.com/sv-se/blog/upcoming-name-change-for-windows-azure/
2015-12-28 20:11:44 +01:00
Anders Lundsgård a25589c921 Ignore Azure ApplicationInsights.config
Ignore Azure ApplicationInsights.config in VisualStudio.gitignore
2015-12-28 20:09:39 +01:00
Andrew Arnott 849fa552f2 Remove `build/` suppression
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.
2015-12-27 07:57:50 -08:00
Andrew Arnott 346fb93318 Stop ignoring StyleCop.json
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 32057fff82/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.
2015-12-27 07:51:37 -08:00
Andrew Arnott 6d1612cff4 Ignore files generated by NuGet v3 project.json 2015-12-27 07:29:24 -08:00
Alexey Belyansky 21f95b3280 Ignore BundleArtifacts folder 2015-12-14 21:52:44 +03:00
Andrew Stanton-Nurse a393ef8de9 Add 'opendb' file to VisualStudio.gitignore 2015-12-01 11:33:51 -08:00
Curtis Badke b387d8937b Fix typo rfc -> rcf 2015-11-30 15:59:49 -07:00
Curtis Badke 454f5e6cf4 Fix typo for Azure Emulator log directory 2015-11-30 08:45:18 -07:00
Brendan Forster 84ab71cb23 Merge pull request #1647 from m1stegmann/patch-2
Windows Azure Emulator
2015-10-14 12:13:53 +02:00
Brendan Forster 613394b3a9 Merge pull request #1632 from khellang/ghostdoc
Add VisualStudio GhostDoc plugin setting file
2015-10-05 18:51:29 +02:00
Julien Roncaglia 1dff27e662 Ignore FAKE - F# Make cache folder
Recent versions of FAKE uses a cache folder containing a compiled version of all scripts named .fake that should never be commited to git.
2015-10-04 17:00:43 +02:00
Nellemandela 3ceedd266a Added ignore for Paket
Added ignore as recomended in http://fsprojects.github.io/Paket/getting-started.html
2015-09-22 20:02:06 +02:00
Michael Stegmann 338d8f736c Windows Azure Emulator
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
2015-09-02 15:46:40 +02:00
Star Peng b34eaa318f Add VisualStudio GhostDoc plugin setting file 2015-08-26 15:29:01 +02:00
Felipe Plets 929482aba8 Add .sap Visual Studio profiler session file
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.
2015-08-11 13:48:47 -03:00
sfhardman fe783cceeb Correct capitalisation of LightSwitch and omit generated.parameters.xml 2015-07-24 08:42:28 +12:00
sfhardman e965495f2f Add newline at EOF 2015-07-23 11:23:05 +12:00
sfhardman 2d69d6a7e3 Add ignores for Visual Studio Lightswitch build output 2015-07-23 11:21:57 +12:00
JimiC 57355e994d Adding optional ignore proposal for wwwroot folder
There are use cases where you have gulp/grunt tasks that create the static files of a project from bower_components, images, scripts folders.
2015-07-13 19:40:12 +03:00
Jamie Humphries 86516d2d2a Ignore NCrunch temporary files. 2015-07-01 15:45:10 +01:00
Sayed Ibrahim Hashimi 747196008e removing bower_components and fixing typo 2015-05-19 15:27:54 -07:00
Markus Hauge 1e33ef1213 Update VisualStudio.gitignore 2015-05-16 17:34:59 +02:00
Brendan Forster 305d4b5c98 Merge pull request #1374 from richorama/master
added the orleans.codegen.cs file automatically generated by Orleans
2015-05-14 12:21:59 +09:30
Damian Hickey 00e9cd8dec ASPNET5 -> DNX
As discussed in #1505
2015-05-08 09:37:34 +02:00
Brendan Forster 0aee91babc Merge pull request #1503 from LunicLynx/keep-cache-directories
add rule to keep track of directories ending in .Cache
2015-05-08 07:56:40 +09:30
Sayed Ibrahim Hashimi 467e257fdb adding artifacts and project.lock.json for asp.net 5 2015-05-06 14:57:21 -07:00
LunicLynx 5ee2b35cd5 Update VisualStudio.gitignore 2015-05-06 11:11:06 +02:00
LunicLynx f441f790d2 add rule to keep track of directories ending in .Cache
More Information
http://blogs.msdn.com/b/msbuild/archive/2008/02/11/what-s-up-with-xxx-sln-cache.aspx
2015-05-06 11:04:53 +02:00
Thomas Schulz 29be7fc193 Small fix: missing space 2015-02-21 18:26:29 +01:00
wisitsaks b6d9dd9f6b Update VisualStudio.gitignore
ignore all files in Log/log folder
2015-02-20 10:55:34 +07:00
Emil Lerch 72e24c5ba6 remove Roslyn cache directory for VS 2015 CTP 1-4 2015-02-04 12:11:03 -08:00
Emil Lerch 68f746b320 add *.vs/ to ignore VS files in VS15 CTP5
As of Visual Studio 2015 CTP5 the Roslyn cache and suo files are stored in a .vs/ directory.
2015-01-29 07:42:40 -08:00
Carl Suster 3e5b733ad3 Merge pull request #1262 from janno-p/master
User-specific files for MonoDevelop/Xamarin Studio.
2015-01-22 14:24:34 +11:00
Richard Astbury aa853a08e9 added the orleans.codegen.cs file automatically generated by Orleans 2015-01-21 11:02:28 +00:00
Carl Suster 5130d9a506 Merge pull request #1349 from MOROZILnic/patch-1
Update VisualStudio.gitignore
2015-01-08 12:48:38 +11:00
Carl Suster 1b2072a8cd Merge pull request #1253
Some visual Studio 6 specific file types. See documentation at:
http://msdn.microsoft.com/en-us/library/aa260829(v=vs.60).aspx
http://msdn.microsoft.com/en-us/library/aa239568(v=vs.60).aspx

Closes #1253 with amendments
2015-01-07 16:31:03 +11:00