8000 Removing another deps reference · symfony/symfony-docs@29bbe27 · GitHub
[go: up one dir, main page]

Skip to content

Commit 29bbe27

Browse files
committed
Removing another deps reference
1 parent 5662f41 commit 29bbe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/workflow/new_project_git.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ git repository:
2323
your new project structure, config files, etc. Rename it to whatever you like.
2424

2525
3. Create a new file called ``.gitignore`` at the root of your new project
26-
(e.g. next to the ``deps`` file) and paste the following into it. Files
26+
(e.g. next to the ``composer.json`` file) and paste the following into it. Files
2727
matching these patterns will be ignored by git:
2828

2929
.. code-block:: text

0 commit comments

Comments
 (0)
0