Skip to content

Commit

Permalink
Update .gitignore, ignore .* by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Sep 5, 2023
1 parent c6383be commit 8f4c733
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@
*.log
*.bak
*.egg-info
.coverage*
.ruff_cache
.*

__pycache__
.mypy_cache
src/zinolib/version.py
build
dist
htmlcov

debian/changelog

!.git-blame-ignore-revs
!.github
!.gitignore
!.pre-commit-config.yaml

0 comments on commit 8f4c733

Please sign in to comment.