We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1baf7e0 commit 3f3d886Copy full SHA for 3f3d886
cookbook/workflow/new_project_git.rst
@@ -55,9 +55,9 @@ git repository:
55
56
.. tip::
57
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.
+ You may also want to create a ``.gitignore`` file that can be used system-wide.
+ This allows you to exclude files/folders for all your projects that are created by
+ your IDE or operating system. For details, see `Github .gitignore`_.
61
62
#. Create an initial commit with your started project:
63
0 commit comments