File tree 1 file changed +9
-9
lines changed
Documentation/ProjectTemplates/GitLabTemplate
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:
93
93
94
94
$ git add .
95
95
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.
105
105
106
106
.. _gitlab-template-login :
107
107
You can’t perform that action at this time.
0 commit comments