mirror of
https://github.com/certbot/certbot.git
synced 2026-02-03 20:40:36 -05:00
auto-ignore .DS_Store (#10539)
i'm creating this PR in response to
47c5c88fe1
where ohemorange manually deleted .DS_Store on jsha's PR
rather than doing that or having new certbot devs manually configure
their system to ignore these files, let's just do it for them
i don't think this PR requires two reviews
This commit is contained in:
parent
d01a6db68a
commit
7612d880c4
2 changed files with 3 additions and 7 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -65,3 +65,6 @@ snapcraft.cfg
|
|||
|
||||
# pyenv files
|
||||
.python-version
|
||||
|
||||
# macOS files
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue