File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Documentation/ProjectTemplates/GitLabTemplate Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -93,15 +93,15 @@ This step automatically creates several files that should be added to git:
9393
9494 $ git add .
9595
96- :file:` composer.lock`
97- This file contains the information which exact versions of PHP packages
98- are installed.
99- :file:` package-lock.json`
100- This file contains the information which exact versions of npm packages
101- are installed.
102- :file:` config/sites/`
103- Contains configuration and settings of the site that was created during
104- setup.
96+ :file: `composer.lock `
97+ This file contains the information which exact versions of PHP packages
98+ are installed.
99+ :file: `package-lock.json `
100+ This file contains the information which exact versions of npm packages
101+ are installed.
102+ :file: `config/sites/ `
103+ Contains configuration and settings of the site that was created during
104+ setup.
105105
106106.. _gitlab-template-login :
107107
You can’t perform that action at this time.
0 commit comments