Skip to content

Change .gitignore - commit composer.lock #38

@lsolesen

Description

@lsolesen

Committing composer.lock will ensure stabilty between developers.

Also it is suggested to remove .DS_Store.

Finally a newline should be added to the .gitginore.

in .gitignore, line 1

.DS_Store is user-specific and should not appear in a project .gitignore. Consider adding it to the user global .gitignore instead.

.DS_Store
vendor/
composer.phar
composer.lock
priv-test.php

Posted from SensioLabsInsight

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions