mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
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:
commit
027ed1c9cc
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue