Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f3d886

Browse filesBrowse files
author
Nic Wortel
committed
Update the tip about the global .gitignore
1 parent 1baf7e0 commit 3f3d886
Copy full SHA for 3f3d886

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎cookbook/workflow/new_project_git.rst

Copy file name to clipboardExpand all lines: cookbook/workflow/new_project_git.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.