Commit Graph

40 Commits

Author SHA1 Message Date
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
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
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
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