]> 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:

Use .gitignore files in the initial source directories (#3237)
authorMartin de La Gorce <martin.delagorce@gmail.com>
Wed, 31 Aug 2022 19:47:42 +0000 (20:47 +0100)
committerGitHub <noreply@github.com>
Wed, 31 Aug 2022 19:47:42 +0000 (15:47 -0400)
commit767604e03f5e454ae5b5c268cd5831c672f46de8
tree17b75ddd0c84a859ec1b26368e3b65d7fcfe8895
parent2c90480e1a102ab0fac57737d2ba5143d82abed7
Use .gitignore files in the initial source directories (#3237)

Solves https://github.com/psf/black/issues/2598 where Black wouldn't
use .gitignore at folder/.gitignore if you ran `black folder` for
example.

Co-authored-by: Richard Si <63936253+ichard26@users.noreply.github.com>
CHANGES.md
src/black/__init__.py
tests/test_black.py