Skip to content

Commit

Permalink
minor #259 [Minor] Add symfony.lock to git ignore (lchrusciel)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.7-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Bug fix?        | yes
| New feature?    | no
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

Useful, when one tries to duplicate GitHub workflow behavior to restrict a specific Symfony version

Commits
-------

75c78bb [Minor] Add symfony.lock to git ignore
  • Loading branch information
pamil authored Jan 19, 2021
2 parents 0abaf7c + 75c78bb commit a338867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@
/composer.phar
/composer.lock

/symfony.lock

/.phpunit.result.cache

0 comments on commit a338867

Please sign in to comment.