Skip to content

Commit f0ecc28

Browse files
committed
Info about global .gitignore
1 parent 65f5f52 commit f0ecc28

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

contributing/code/patches.rst

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,9 @@ Set up your user information with your real name and a working email address:
3535
.. tip::
3636

3737
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
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)
4641

4742
.. tip::
4843

0 commit comments

Comments
 (0)