.gitignore: add dotfiles except those that may be created in the future

This commit is contained in:
Aminda Suomalainen ⚧ 2024-02-06 13:33:10 +02:00
parent b0128626a6
commit 0fe08e9499
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 9 additions and 1 deletions

10
.gitignore vendored
View File

@ -1,4 +1,12 @@
.*
_site/ _site/
.sass-cache/ .sass-cache/
*.lock *.lock
!.editorconfig
!.gitattributes
!.github
!.gitignore
!.gitmodules
!.mailmap
!.pre-commit-config.yaml
!.reuse