diff --git a/.gitignore b/.gitignore index 9ccbae27f..dcd20b9bd 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,6 @@ snapcraft.cfg # pyenv files .python-version + +# macOS files +.DS_Store diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index 82397859f..de3cab945 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -658,10 +658,3 @@ current Certbot developers on macOS as of writing this: 2. If you're using ``pyenv``, make sure you've set up your shell for it by following instructions like https://github.com/pyenv/pyenv?tab=readme-ov-file#set-up-your-shell-environment-for-pyenv. -3. Configure ``git`` to ignore the ``.DS_Store`` files that are created by - macOS's file manager Finder by running something like: - -.. code-block:: shell - - mkdir -p ~/.config/git - echo '.DS_Store' >> ~/.config/git/ignore