Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Documentation/ProjectTemplates/GitLabTemplate/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,15 +93,15 @@ This step automatically creates several files that should be added to git:

$ git add .

:file:`composer.lock`
This file contains the information which exact versions of PHP packages
are installed.
:file:`package-lock.json`
This file contains the information which exact versions of npm packages
are installed.
:file:`config/sites/`
Contains configuration and settings of the site that was created during
setup.
:file:`composer.lock`
This file contains the information which exact versions of PHP packages
are installed.
:file:`package-lock.json`
This file contains the information which exact versions of npm packages
are installed.
:file:`config/sites/`
Contains configuration and settings of the site that was created during
setup.

.. _gitlab-template-login:

Expand Down