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 65f5f52 commit f0ecc28Copy full SHA for f0ecc28
contributing/code/patches.rst
@@ -35,14 +35,9 @@ Set up your user information with your real name and a working email address:
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
+ you can use global ``.gitignore`` file (for all projects) or
+ ``.git/info/exclude`` file (per project) to ignore them. See
+ [Github's documentation](https://help.github.com/articles/ignoring-files)
46
47
48
0 commit comments