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 c9cc8cc commit 65f5f52Copy full SHA for 65f5f52
contributing/code/patches.rst
@@ -32,6 +32,18 @@ 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 ``.git/info/exclude`` file to exclude them. Here is an example
39
+ rule to exclude ``ide-cfg/`` directory and ``ide.cfg`` file residing inside
40
+ Symfony 2 folder:
41
42
+ .. code-block:: text
43
44
+ /ide-cfg
45
+ /ide.cfg
46
47
.. tip::
48
49
Windows users: when installing Git, the installer will ask what to do with
0 commit comments