Commit Graph

248 Commits

Author SHA1 Message Date
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
Vladislav Yaroslavlev 6b791aca17 New Visual Studio database engine for C++
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)
2015-12-04 11:00:50 +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
Carl Suster 95a6bdab6a Merge pull request #1163 from ma499/nodejs-visualstudio
Ignore analysis files from Node.js tools for Visual Studio 2013
2015-01-07 15:34:23 +11:00
MOROZILnic f535820080 Update VisualStudio.gitignore
Ignoring *.cache as well as *.Cache
2015-01-04 22:17:12 +03:00
Carl Suster 3ed4405a34 Merge pull request #1218 from bbodenmiller/patch-3
update comment on ignoring repositories.config
2014-12-23 11:56:45 +11:00
Ben Bodenmiller 0fe5c192d9 no good reason to ignore sql folder 2014-12-11 15:21:38 -08:00
Todd Aspeotis 79b46295bf Revert "adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data"
This reverts commit b07a0904e3.
2014-11-23 15:41:09 +10:00
Brendan Forster d866fb5561 Merge pull request #1241 from sayedihashimi/master
adding bower_components
2014-11-16 10:45:21 +08:00
robertob b07a0904e3 adding entry for ignoring <solutionname>.sln.ide folder which contains visual studio 2015 solution specific cache data 2014-11-15 13:13:15 -08:00
Janno Põldma c29dc9690a User-specific files for MonoDevelop/Xamarin Studio. 2014-10-24 17:33:15 +03:00
alexanderKhaustov f82a2b4e16 Added links to msdn as per Carl Suster request 2014-10-21 11:19:33 +04:00
Alexander Khaustov b8b7ebfc3e Some visual studio 6 specific file types 2014-10-17 16:38:16 +04:00
Sayed Ibrahim Hashimi b3a5977399 adding bower_components 2014-10-08 16:00:37 -07:00
Ben Bodenmiller 8099bb4c9a update comment on ignoring repositories.config 2014-09-20 03:37:39 -07:00
Victor Boctor fdde4a04d3 Add *.userosscache to Visual Studio .gitignore
I haven't found good documentation for this file online, but it is a user based file that should be ignored.
2014-09-09 11:18:31 -07:00
Mustafa Arif 60bce9542d First addition for NTVS. 2014-08-08 20:58:52 +01:00
Mads Kristensen 20cf6d5dcd Adding *.publishproj to ignore
This files is generated by Visual Studio 2013 and should be ignored.
2014-08-04 10:09:06 -07:00
Ben Bodenmiller 279936d8eb database connection strings unencrypted
user passwords are stored in *.user files so it is only database connection strings that are not protected.
2014-07-10 14:02:18 -07:00
Ben Bodenmiller 7b9f33763c Clarify what commenting *.pubxml does
08def965cd incorrect states that commenting *.pubxml will keep your passwords hidden when it will actually do the opposite. This clarifies what commenting *.pubxml does and warns you of the dangers.
2014-07-10 08:38:21 -07:00
Carl Suster 08def965cd Fix comment that was nonsensical after a previous change 2014-07-08 12:20:07 +10:00
Carl Suster ced2a15347 Clarify the NuGet packages comments
Amends #1131
See these resources for explanation:
  http://docs.nuget.org/docs/reference/package-restore
  http://docs.nuget.org/docs/workflows/using-nuget-without-committing-packages
2014-07-08 12:17:13 +10:00
Terje Sandstrom bf7031505f Update VisualStudio.gitignore
Removed the separate top-level patterns for NuGet in accordance with comments in PR. Will now match version 2.0.1.
2014-07-05 11:12:43 +02:00
Terje Sandstrom 8fbf27037b Update VisualStudio.gitignore
Fixed pattern for excluding nuget packages so that it works both for top level package folder and for any lower level package folders.  Re-include patterns fixed the same way.
2014-07-02 23:09:32 +02:00
Adilson Carvalho 2d48a2169b Must ignore x86 directory as well
When installing SQLite embebed on my C# project I've noted that it generates both directories,
`x86` and `x64` but only `x64` was present on `.gitignore`.
2014-06-18 09:15:02 -03:00
James Ottaway cfc9ce4e6d Ignore locally-built `*.nupkg` files
Building NuGet packages locally with `NuGet.exe pack <name>.nuspec` generates a `<name>.<version>.nupkg` file which should never be versioned.
2014-05-12 10:37:59 +10:00
Mateusz Wolsza 11e30dad3d Releases should be ignored 2014-05-07 13:14:53 +02:00
Mateusz Wolsza 00d75ccb52 Releases should also be ignored
"Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored.
2014-05-06 12:10:00 +02:00
Bohdan Shulha a7af8cf3d1 Splitted large comments into a few lines 2014-04-23 10:59:33 +03:00
Kevin Pilch-Bisson 727ed0d952 Add trailing / for Roslyn cache directories 2014-04-16 19:43:13 -07:00
Andrew Arnott dba7d3de2b Adds Roslyn .ide directories to .gitignore. 2014-04-14 06:02:29 -07:00
Justin Howlett 9aa3e1c3a7 Revert "Packages folder is ignored correctly".
Without the asterisk at the end of the directory's path, an exception for
a file within this directory does not work.
(ex. !packages/repositories.config)

This reverts commit 0fb0fbefa5.
2014-04-10 13:57:55 -04:00
Carl Suster 4dec7596dc Merge pull request #950 from bbodenmiller/patch-1
ignore web deploy settings by default for security, but add a TODO comment
2014-04-04 13:09:45 +11:00
Jamie Humphries d6ffb3cac3 Do not ignore .ncrunch* in Visual Studio projects.
This was ignoring .ncrunchproject and .ncrunchsolution files.
NCrunch recommend that both of these files are checked in to source control.
2014-04-03 18:23:00 +01:00
Carl Suster 12bb74338f Merge pull request #982 from arcresu/vs-strip-global
[VisualStudio] Remove Windows OS rules
2014-03-06 22:47:35 +11:00
Ashic Mahtab 0fb0fbefa5 Packages folder is ignored correctly 2014-03-06 11:25:15 +00:00
Carl Suster ef567cb6a6 Remove Windows OS rules from VS template 2014-03-02 12:30:20 +11:00
Steve Ziuchkovski b7ccf8bf8a Rename IgnorePackages back to VisualStudio.gitignore. 2014-02-28 16:14:58 -05:00
James Chambers 5efebe2ef3 Enable Ignore of NuGet Packages Folder By Default
Submitting this for consideration.

The first thing that I do on every new project is to go in and uncomment the packages folder. With the prevalence of NuGet and prominence of its use in the Visual Studio environment, along with how well package restore *just works* now, I believe this should be the default.

While I understand that package restore isn't on by default, I would argue that the types of developers using NuGet _and_ a distributed SCM are the types of developers that would omit the binaries from source control.
2014-02-27 14:12:05 -05:00
Brendan Forster 09e6aac9b5 Merge pull request #923 from simnalamburt/patch-1
Updated rules of 'VisualStudio.gitignore' about ATL Project.
2014-02-18 19:52:53 +11:00
Hyeon Kim 7d60eeeece Ignore the build result of ATL Project.
This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project.

* [Dd]ebugPS/
* [Rr]eleasePS/
* dlldata.c
2014-02-18 17:40:21 +09:00
Ben Bodenmiller fe589343ff fix typo, will squash commits later 2014-02-18 00:06:21 -08:00
Ben Bodenmiller c825cd2183 ignore web deploy settings by default
web deploy settings include unencrypted passwords
2014-02-17 23:57:48 -08:00
Ben Bodenmiller 8209ea1b36 ignore SQL server database files 2014-02-14 01:34:02 -08:00
fredgate 41b324bd0a Add ignore for web workbench add-on (sass files). 2014-01-28 10:34:54 +01:00
Adam Roben 5244c6152f Merge pull request #911 from mickeypuri/visualstudio
fixed handling of nuget packages
2014-01-06 19:53:42 -08:00
Adam Roben fcabd615a5 Merge pull request #883 from richorama/master
added node_modules
2014-01-06 19:13:47 -08:00
Mickey Puri e0077c3900 fixed handling of nuget packages 2014-01-01 15:19:20 +00:00
Steve Hulet 5434327243 Remove duplicate rule 2013-12-09 21:21:57 -08:00
Richard Astbury c65905abd2 added node_modules 2013-11-29 20:22:42 +00:00
Markus Olsson 2d44869b49 Merge pull request #663 from abergs/patch-1
Visual Studio: Ignore Chutzpah testrunnerfiles
2013-11-12 12:26:32 -08:00
Gilles De Mey 25ec5b7c3e Update VisualStudio.gitignore
I have no idea what this is doing here, totally unrelated to Visual Studio. There is a special OSX gitignore file that you can use.
2013-11-12 19:08:25 +01:00
Adam Roben 1e58a0c110 Merge pull request #646 from manojlds/master
Option to unignore repositories.config
2013-11-12 07:55:25 -08:00
Adam Roben d1ee264f9e Merge pull request #586 from simonbuehler/master
Added DebugPublic of Matrox DSK
2013-11-12 07:53:02 -08:00
Adam Roben 6bcd83ec33 Merge pull request #606 from bicycle-nerd/patch-1
adding ignore for Telerik JustCode files
2013-11-12 07:50:24 -08:00
Adam Roben 47436efe92 Merge pull request #538 from hallco978/patch-1
Update VisualStudio.gitignore for mightymoose
2013-11-12 07:37:31 -08:00
Milas Bowman 74b6dd1566 Add Azure publish XML file
* Ignore Azure publish *.azurePubxml files
* Add a trailing slash to csx
* Remove random whitespace after build output
2013-11-11 12:52:59 -05:00
Adam Roben 8335a5dad9 Merge pull request #615 from kristens/master
Added nunit result and visual state
2013-11-11 09:26:43 -08:00
Adam Roben 0eb7703d11 Merge pull request #582 from xnt/patch-1
Ignoring "bld" directory
2013-11-11 09:24:25 -08:00
Adam Roben eb49a83cba Merge pull request #343 from jcowgill/master
Ignore generated MIDL header files
2013-11-07 05:14:59 -08:00
Markus Olsson 6665f37027 Merge pull request #526 from bdukes/patch-2
Add $tf folder to VisualStudio.gitignore
2013-11-04 14:36:42 -08:00
Brendan Forster 3d73f986a6 Merge pull request #780 from juristr/patch-1
adds ignore for NCrunch cache folder
2013-11-04 14:09:04 -08:00
James Cowgill 3523237d7b Merge remote-tracking branch 'upstream/master'
Conflicts:
	CSharp.gitignore
	VB.Net.gitignore
2013-11-04 14:39:21 +00:00
Jamie Humphries 364479bc2a Add Visual Studio ignore rule for files generated by Microsoft Fakes.
Ignores generated Fakes assemblies and related files placed under the FakesAssemblies directory.
These files are generated at build time from the *.fakes configuration files.
2013-11-04 14:36:51 +00:00
Adam Roben 60575531d2 Merge pull request #613 from bdukes/patch-3
Ignore user-specific ReSharper settings
2013-11-04 05:21:57 -08:00
Markus Olsson b12c6cd59c Merge pull request #674 from sayedihashimi/master
Update to remove .pubxml
2013-11-04 04:14:50 -08:00
Markus Olsson a7148bf53b Merge pull request #567 from kshapkin/master
VisualStudio: Add Business Intelligence projects
2013-11-04 01:34:20 -08:00
Markus Olsson f63a5cd6c8 Merge pull request #709 from jonathanwindle/visualstudio-schemaview
Add schemaview extension to VisualStudio.gitignore
2013-11-04 01:25:30 -08:00
eddiegroves eb708a6a04 Add WCF tracing file, replace duplicate .log entry
WCF tracing files (.svclog) are used by the Service Trace Viewer Tool.
2013-10-21 12:40:53 +11:00
Juri Strumpflohner 77f8351ec7 adds ignore for NCrunch cache folder 2013-09-23 12:04:38 +02:00
Jonathan Windle be2ecada63
Add schemaview extension to VisualStudio.gitignore
Files ending in .dbproj.schemaview contain state persistence settings
for the Schema View utility within Visual Studio.

http://stackoverflow.com/questions/3937160/in-the-new-visual-studio-2010-sql-server-project-type-what-is-the-dbproj-schem
http://foocompelsyou.wordpress.com/2012/05/06/visual-studio-2010-database-projects-why-use-them/
2013-07-16 16:20:30 -07:00
Andrew Nurse f2ab73150a Unignore "packages/*/build" in VisualStudio.gitignore. 2013-06-28 16:44:00 -07:00
Sayed Ibrahim Hashimi 178d2632d8 .pubxml file should not be excluded by default 2013-06-07 10:32:41 -07:00
Anders Åberg 961e9b31a4 Visual Studio: Ignore Chutzpah testrunnerfiles
Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health.
2013-05-29 10:14:45 +02:00
Manoj 3aefe6505f Option to unignore repositories.config
Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work.
2013-05-10 09:28:56 +05:30
Kristen f41aaad6f9 Added nunit result and state file 2013-04-11 22:46:03 +01:00
Brian Dukes 2ee0c56f17 Ignore user-specific ReSharper settings 2013-04-10 21:24:28 -05:00
Christopher ff345b0fac adding ignore for Telerik JustCode files 2013-04-02 13:59:05 -07:00
simonbuehler a860132221 Update VisualStudio.gitignore
Added DebugPublic of Matrox DSK
2013-03-15 16:59:40 +01:00
Vicente Plata 0b0b674563 Ignoring "bld" directory
Store apps (or at least the Javascript ones) build to a "bld" directory.

Although "debug" and "release" are ignored, any custom build Configuration (created through configuration manager) will be added, unless we ignore the whole bld dir.
2013-03-13 01:12:33 -07:00
CONSULT-ALTIUS\k_s 9c1c48d04b VisualStudio: Add Business Intelligence projects 2013-02-26 23:23:49 +00:00
hallco978 2183a6c531 Update VisualStudio.gitignore
Added exclusions for mightymoose testing plugin www.continuoustests.com
2013-01-29 22:47:17 +00:00
Brian Dukes 69c77aadd1 Add $tf folder to VisualStudio.gitignore
TFS 2012 creates a $tf folder for local workspaces
2013-01-25 13:35:41 -06:00
Scott Hanselman a6dd83c18d Updated to exclude *.publishsettings
Updated to exclude *.publishsettings
2013-01-24 12:24:17 -08:00
Snakiej cb8a50ae28 VisualStudio: Add TeamCity exclusion
Exclude folders created by the TeamCity VS plugin.
2013-01-22 13:23:47 -08:00
Phil Haack 9bd710e4b3 Merge pull request #518 from Haacked/more-pr-consolidation
More pr consolidation
2013-01-22 12:01:26 -08:00
Phil Haack af26e76cc2 Merge pull request #517 from steveoh/patch-1
Update VisualStudio.gitignore for vs 2012 web deploy setting.
2013-01-22 12:00:24 -08:00
Matt Cooper 8f47a43cee Update Global/VisualStudio.gitignore
Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files.
2013-01-22 11:53:14 -08:00
Haacked cf4bb0cf46 Remove inclusion of repositories.config
If you use package restore, you actually don't want this file
included. It's not needed. It's only needed if you version
packages. AKA, you only need this file if you are not ignoring
the "packages" folder.
2013-01-22 11:51:46 -08:00
Paul Stack 5684f73b98 VisualStudio: ignore .dotcover files. 2013-01-22 11:38:25 -08:00
Kristian Hellang 5f950e0aec VisualStudio: Include the packages/repositories.config file.
I agree to ignore the NuGet packages folder, but I really think you should check in the repositories.config so NuGet PackageRestore can do it's magic when someone pulls the code and tries to build it...
2013-01-22 11:37:44 -08:00
Andrew Arnott 78b77feb29 VisualStudio: Ignore vi's *~ temp files 2013-01-22 11:37:19 -08:00
neogic ed056fdb8e VisualStudio: Remove dupes, add trailing slashes, etc.
Add trailing slashes to folders, RS rule comment, remove dupes.
2013-01-22 11:36:41 -08:00
sgm 2ed26ea654 VisualStudio: Ignore *.tmp_proj
This might be created temporarily during a build.
2013-01-22 11:35:45 -08:00
Bernhard Döbler e12c304ebd VisualStudio: Ignore update log HTML file
VS2012 creates UpdateLog2.htm - not needed in git repository
2013-01-22 11:35:19 -08:00
steve 77ef0922f2 Update VisualStudio.gitignore
New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo.
2013-01-22 12:33:24 -07:00
Phil Haack f5d67199f7 Ignore crap from Macs
Cross platform .NET Dev FTW!
2013-01-22 10:35:42 -08:00
Phil Haack 79a7a1d9c5 Ignore .pfx files such as Windows Store Key 2013-01-22 10:30:18 -08:00
Haacked 947f5d13ab Merge missing CSharp/VB settinsg into VisualStudio
The VisualStudio gitignore file was missing a few useful
settings contained in the CSharp and VB.NET gitignore files.
2012-12-19 15:46:33 -08:00
Haacked ec5009e954 Move VisualStudio file from Global to main list 2012-12-19 15:28:41 -08:00
Chris Wanstrath 242c895c4b Global/ directory 2010-11-08 14:57:17 -08:00
Juan Pablo Garcia Dalolla 8495bcc605 Visual Studio ignores 2010-11-09 05:08:50 +08:00