- 09 Nov, 2013 1 commit
-
-
Haralan Dobrev authored
Libraries/Projects using [Composer](http://getcomposer.org) for dependency management should include a `.gitignore` file like this. It ignores the vendor folder which Composer uses for dependencies, classmaps and others. Composer keeps git repositories in this folder so it is cleaner if it is ignored. [`composer.lock` should not be ignored.](http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file) > Commit your application's composer.lock (along with composer.json) into version control. > For your library you may commit the composer.lock file if you want to. This can help your team to always test against the same dependency versions. However, this lock file will not have any effect on other projects that depend on it. It only has an effect on the main project.
-
- 03 Jul, 2013 3 commits
-
-
Justin Spahr-Summers authored
Ignore Vim untitled and unsaved buffer swapfiles
-
Justin Spahr-Summers authored
This repository didn't have a CONTRIBUTING.md file. Now it does.
-
Justin Spahr-Summers authored
Per discussion in #148.
-
- 02 Jul, 2013 2 commits
-
-
Justin Spahr-Summers authored
-
Matthias Wessendorf authored
-
- 29 Jun, 2013 1 commit
-
-
Paul Betts authored
Unignore "packages/*/build" in VisualStudio.gitignore.
-
- 28 Jun, 2013 1 commit
-
-
Andrew Nurse authored
-
- 26 May, 2013 1 commit
-
-
Ted Nyman authored
-
- 06 Mar, 2013 1 commit
-
-
Nysa authored
Vim creates buffer swapfiles starting at .swp for buffers that are active but untitled and unsaved.
-
- 24 Jan, 2013 2 commits
-
-
Phil Haack authored
Updated to exclude *.publishsettings
-
Scott Hanselman authored
Updated to exclude *.publishsettings
-
- 22 Jan, 2013 22 commits
-
-
Alan Rogers authored
Erlang.gitignore erlang.crash.dump added
-
Justin Spahr-Summers authored
Add *~ to ignore vim temp file.
-
Justin Spahr-Summers authored
[Objective-C] No longer ignore `xcworkspace` documents.
-
Phil Haack authored
VisualStudio: Add TeamCity exclusion
-
Snakiej authored
Exclude folders created by the TeamCity VS plugin.
-
Matt Burke authored
Changed line matching vim swapfiles to use all names it will create
-
Phil Haack authored
More pr consolidation
-
Phil Haack authored
Update VisualStudio.gitignore for vs 2012 web deploy setting.
-
Matt Cooper authored
Visual Studio 2010 Express for Windows Phone seems to generate .cachefile files.
-
Haacked authored
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.
-
Phil Haack authored
Dotnet gitignore pr consolidation
-
Paul Stack authored
-
Kristian Hellang authored
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...
-
Andrew Arnott authored
-
neogic authored
Add trailing slashes to folders, RS rule comment, remove dupes.
-
sgm authored
This might be created temporarily during a build.
-
Bernhard Döbler authored
VS2012 creates UpdateLog2.htm - not needed in git repository
-
steve authored
New web deploy file name? vs 2012 added this to my solution and it shouldn't go to an open repo.
-
Phil Haack authored
Consolidate CSharp and VB.NET gitignore files into VisualStudio one.
-
Phil Haack authored
Cross platform .NET Dev FTW!
-
Phil Haack authored
-
andy bristol authored
Changed line matching vim swapfiles to use all names it will create as described in http://vimdoc.sourceforge.net/htmldoc/recover.html#E326
-
- 21 Jan, 2013 2 commits
-
-
Daniel Hengeveld authored
Added __pycache__
-
Daniel Hengeveld authored
Rename Wordpress.gitignore to WordPress.gitignore
-
- 19 Jan, 2013 2 commits
-
-
Shea Bunge authored
WordPress should *always* have a capital P!
-
Shea Bunge authored
-
- 15 Jan, 2013 1 commit
-
-
Eloy Durán authored
Workspaces are real documents that can be opened, just like `xcodeproj` documents. These documents are also generated/used by CocoaPods to configure a project’s dependencies. For these reasons, there does not seem a good reason to ignore these any longer.
-
- 14 Jan, 2013 1 commit
-
-
0xAX authored
-