Skip to content

Commit 3f3d886

Browse files
author
Nic Wortel
committed
Update the tip about the global .gitignore
1 parent 1baf7e0 commit 3f3d886

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/workflow/new_project_git.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ git repository:
5555

5656
.. tip::
5757

58-
You may also want to create a .gitignore file that can be used system-wide,
59-
in which case, you can find more information here: `Github .gitignore`_
60-
This way you can exclude files/folders often used by your IDE for all of your projects.
58+
You may also want to create a ``.gitignore`` file that can be used system-wide.
59+
This allows you to exclude files/folders for all your projects that are created by
60+
your IDE or operating system. For details, see `Github .gitignore`_.
6161

6262
#. Create an initial commit with your started project:
6363

0 commit comments

Comments
 (0)