Merge branch 'doc/gitignore' into 'master'

Document global gitignore files for contributors

Closes #155

See merge request pycqa/flake8!323
This commit is contained in:
Anthony Sottile 2019-05-30 13:37:54 +00:00
commit 027ed1c9cc

View file

@ -165,6 +165,17 @@ Merge requests should:
- Follow the guidelines in :ref:`writing-code`
- Avoid having :code:`.gitignore` file in your PR
Changes to :code:`.gitignore` will rarely be accepted.
If you need to add files to :code:`.gitignore` you have multiple options
- Create a global :code:`.gitignore` file
- Create/update :code:`.git/info/exclude` file.
Both these options are explained in detail `here <https://help.github.com/en/articles/ignoring-files#create-a-global-gitignore>`_
Reviewing and Triaging Issues and Merge Requests
================================================