]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Add .ipynb_checkpoints to DEFAULT_EXCLUDES (#3293)
authorRay Bell <rayjohnbell0@gmail.com>
Sun, 2 Oct 2022 16:26:45 +0000 (12:26 -0400)
committerGitHub <noreply@github.com>
Sun, 2 Oct 2022 16:26:45 +0000 (12:26 -0400)
commit956bf3962edff284d05ad42576bac7e74ae8788d
treee69f269fc0985729cfd5f9172373b37b6acac6bf
parent141291a1d86d43158da89d0254b7c2cc79609679
Add .ipynb_checkpoints to DEFAULT_EXCLUDES (#3293)

Jupyter creates a checkpoint file every single time you create an .ipynb
file, and then it updates the checkpoint file every single time you
manually save your progress for the initial .ipynb. These checkpoints
are stored in a directory named `.ipynb_checkpoints`.

Co-authored-by: Batuhan Taskaya <isidentical@gmail.com>
CHANGES.md
src/black/const.py