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.
2 parents 73ff3cc + 5e5804a commit 75f4237Copy full SHA for 75f4237
contributing/code/patches.rst
@@ -32,6 +32,13 @@ Set up your user information with your real name and a working email address:
32
If you are new to Git, we highly recommend you to read the excellent and
33
free `ProGit`_ book.
34
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
+ [Github's documentation](https://help.github.com/articles/ignoring-files)
41
42
.. tip::
43
44
Windows users: when installing Git, the installer will ask what to do with
0 commit comments