diff options
Diffstat (limited to '.gitignore')
-rwxr-xr-x | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 75be5b0c2..039a8f530 100755 --- a/.gitignore +++ b/.gitignore @@ -63,6 +63,8 @@ nbproject/ ## composer # locally installed composer binary composer.phar +# allow composer.lock, as it is required to have a common state +!composer.lock # vendor/ is managed by composer, no need to include in our repository # requires new deployment and needs discussion first #vendor/ |