File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ Set up your user information with your real name and a working email address:
3232
If you are new to Git, we highly recommend you to read the excellent and
3333
free `ProGit`_ book.
3434

35+
.. tip::
36+
37+
If your IDE creates configuration files inside project's directory,
38+
you can use global ``.gitignore`` file (for all projects) or
39+
``.git/info/exclude`` file (per project) to ignore them. See
40+
['s documentation](https://help..com/articles/ignoring-files)
41+
3542
.. tip::
3643

3744
Windows users: when installing Git, the installer will ask what to do with

0 commit comments

Comments
 (0)