Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ignore locally-built `*.nupkg` files | James Ottaway | 2014-05-12 | 1 | -1/+2 |
| | | | | Building NuGet packages locally with `NuGet.exe pack <name>.nuspec` generates a `<name>.<version>.nupkg` file which should never be versioned. | ||||
* | Releases should be ignored | Mateusz Wolsza | 2014-05-07 | 1 | -1/+2 |
| | |||||
* | Releases should also be ignored | Mateusz Wolsza | 2014-05-06 | 1 | -1/+1 |
| | | | "Releases" directory is created by Shimmer/Squirrel installer for example. It also should be ignored. | ||||
* | Splitted large comments into a few lines | Bohdan Shulha | 2014-04-23 | 1 | -6/+12 |
| | |||||
* | Add trailing / for Roslyn cache directories | Kevin Pilch-Bisson | 2014-04-16 | 1 | -1/+1 |
| | |||||
* | Adds Roslyn .ide directories to .gitignore. | Andrew Arnott | 2014-04-14 | 1 | -0/+3 |
| | |||||
* | Revert "Packages folder is ignored correctly". | Justin Howlett | 2014-04-10 | 1 | -1/+1 |
| | | | | | | | | 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 0fb0fbefa5fcd62ea5b6fe0f433588df270dcd71. | ||||
* | Merge pull request #950 from bbodenmiller/patch-1 | Carl Suster | 2014-04-04 | 1 | -0/+2 |
|\ | | | | | ignore web deploy settings by default for security, but add a TODO comment | ||||
| * | fix typo, will squash commits later | Ben Bodenmiller | 2014-02-18 | 1 | -1/+1 |
| | | |||||
| * | ignore web deploy settings by default | Ben Bodenmiller | 2014-02-17 | 1 | -0/+2 |
| | | | | | | web deploy settings include unencrypted passwords | ||||
* | | Do not ignore .ncrunch* in Visual Studio projects. | Jamie Humphries | 2014-04-03 | 1 | -1/+0 |
| | | | | | | | | | | This was ignoring .ncrunchproject and .ncrunchsolution files. NCrunch recommend that both of these files are checked in to source control. | ||||
* | | Merge pull request #982 from arcresu/vs-strip-global | Carl Suster | 2014-03-06 | 1 | -14/+0 |
|\ \ | | | | | | | [VisualStudio] Remove Windows OS rules | ||||
| * | | Remove Windows OS rules from VS template | Carl Suster | 2014-03-02 | 1 | -14/+0 |
| | | | |||||
* | | | Packages folder is ignored correctly | Ashic Mahtab | 2014-03-06 | 1 | -1/+1 |
|/ / | |||||
* | | Rename IgnorePackages back to VisualStudio.gitignore. | Steve Ziuchkovski | 2014-02-28 | 1 | -0/+188 |
| | | |||||
* | | Enable Ignore of NuGet Packages Folder By Default | James Chambers | 2014-02-27 | 1 | -189/+0 |
| | | | | | | | | | | | | | | 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. | ||||
* | | Merge pull request #923 from simnalamburt/patch-1 | Brendan Forster | 2014-02-18 | 1 | -0/+5 |
|\ \ | |/ |/| | Updated rules of 'VisualStudio.gitignore' about ATL Project. | ||||
| * | Ignore the build result of ATL Project. | Hyeon Kim | 2014-02-18 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | This commit Makes VisualStudio.gitignore ignore the three items below. It needs when you create an ATL Project. * [Dd]ebugPS/ * [Rr]eleasePS/ * dlldata.c | ||||
* | | ignore SQL server database files | Ben Bodenmiller | 2014-02-14 | 1 | -2/+2 |
| | | |||||
* | | Add ignore for web workbench add-on (sass files). | fredgate | 2014-01-28 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #911 from mickeypuri/visualstudio | Adam Roben | 2014-01-06 | 1 | -4/+5 |
|\ \ | |/ |/| | fixed handling of nuget packages | ||||
| * | fixed handling of nuget packages | Mickey Puri | 2014-01-01 | 1 | -4/+5 |
| | | |||||
* | | Merge pull request #883 from richorama/master | Adam Roben | 2014-01-06 | 1 | -0/+1 |
|\ \ | |/ |/| | added node_modules | ||||
| * | added node_modules | Richard Astbury | 2013-11-29 | 1 | -0/+1 |
| | | |||||
* | | Remove duplicate rule | Steve Hulet | 2013-12-09 | 1 | -2/+1 |
|/ | |||||
* | Merge pull request #663 from abergs/patch-1 | Markus Olsson | 2013-11-12 | 1 | -0/+3 |
|\ | | | | | Visual Studio: Ignore Chutzpah testrunnerfiles | ||||
| * | Visual Studio: Ignore Chutzpah testrunnerfiles | Anders Ã…berg | 2013-05-29 | 1 | -0/+3 |
| | | | | | | Ignores the compiled typescript files that chutzpah creates. Alot of files are created, so ignoring them have an high impact on repository health. | ||||
* | | Update VisualStudio.gitignore | Gilles De Mey | 2013-11-12 | 1 | -3/+0 |
| | | | | | | 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. | ||||
* | | Merge pull request #646 from manojlds/master | Adam Roben | 2013-11-12 | 1 | -0/+2 |
|\ \ | | | | | | | Option to unignore repositories.config | ||||
| * | | Option to unignore repositories.config | Manoj | 2013-05-10 | 1 | -0/+2 |
| |/ | | | | | Some tools like TeamCity depend on repositories.config being checked-in under `packages/` for the restore to work. | ||||
* | | Merge pull request #586 from simonbuehler/master | Adam Roben | 2013-11-12 | 1 | -0/+1 |
|\ \ | | | | | | | Added DebugPublic of Matrox DSK | ||||
| * | | Update VisualStudio.gitignore | simonbuehler | 2013-03-15 | 1 | -0/+1 |
| |/ | | | | | Added DebugPublic of Matrox DSK | ||||
* | | Merge pull request #606 from bicycle-nerd/patch-1 | Adam Roben | 2013-11-12 | 1 | -0/+3 |
|\ \ | | | | | | | adding ignore for Telerik JustCode files | ||||
| * | | adding ignore for Telerik JustCode files | Christopher | 2013-04-02 | 1 | -0/+3 |
| |/ | |||||
* | | Merge pull request #538 from hallco978/patch-1 | Adam Roben | 2013-11-12 | 1 | -0/+4 |
|\ \ | | | | | | | Update VisualStudio.gitignore for mightymoose | ||||
| * | | Update VisualStudio.gitignore | hallco978 | 2013-01-29 | 1 | -0/+4 |
| |/ | | | | | Added exclusions for mightymoose testing plugin www.continuoustests.com | ||||
* | | Add Azure publish XML file | Milas Bowman | 2013-11-11 | 1 | -2/+2 |
| | | | | | | | | | | * Ignore Azure publish *.azurePubxml files * Add a trailing slash to csx * Remove random whitespace after build output | ||||
* | | Merge pull request #615 from kristens/master | Adam Roben | 2013-11-11 | 1 | -0/+4 |
|\ \ | | | | | | | Added nunit result and visual state | ||||
| * | | Added nunit result and state file | Kristen | 2013-04-11 | 1 | -0/+4 |
| |/ | |||||
* | | Merge pull request #582 from xnt/patch-1 | Adam Roben | 2013-11-11 | 1 | -0/+1 |
|\ \ | | | | | | | Ignoring "bld" directory | ||||
| * | | Ignoring "bld" directory | Vicente Plata | 2013-03-13 | 1 | -0/+1 |
| |/ | | | | | | | | | 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. | ||||
* | | Merge pull request #343 from jcowgill/master | Adam Roben | 2013-11-07 | 1 | -0/+1 |
|\ \ | | | | | | | Ignore generated MIDL header files | ||||
| * \ | Merge remote-tracking branch 'upstream/master' | James Cowgill | 2013-11-04 | 1 | -0/+158 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: CSharp.gitignore VB.Net.gitignore | ||||
* | \ \ | Merge pull request #526 from bdukes/patch-2 | Markus Olsson | 2013-11-04 | 1 | -0/+3 |
|\ \ \ \ | | | | | | | | | | | Add $tf folder to VisualStudio.gitignore | ||||
| * | | | | Add $tf folder to VisualStudio.gitignore | Brian Dukes | 2013-01-25 | 1 | -0/+3 |
| | |_|/ | |/| | | | | | | TFS 2012 creates a $tf folder for local workspaces | ||||
* | | | | Merge pull request #780 from juristr/patch-1 | Brendan Forster | 2013-11-04 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | adds ignore for NCrunch cache folder | ||||
| * | | | | adds ignore for NCrunch cache folder | Juri Strumpflohner | 2013-09-23 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Add Visual Studio ignore rule for files generated by Microsoft Fakes. | Jamie Humphries | 2013-11-04 | 1 | -0/+3 |
| |_|_|/ |/| | | | | | | | | | | | | | | | Ignores generated Fakes assemblies and related files placed under the FakesAssemblies directory. These files are generated at build time from the *.fakes configuration files. | ||||
* | | | | Merge pull request #613 from bdukes/patch-3 | Adam Roben | 2013-11-04 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Ignore user-specific ReSharper settings | ||||
| * | | | | Ignore user-specific ReSharper settings | Brian Dukes | 2013-04-10 | 1 | -0/+1 |
| | |/ / | |/| | |