.gitignore: add dotfiles except those that may be created in the future
This commit is contained in:
parent
b0128626a6
commit
0fe08e9499
|
@ -1,4 +1,12 @@
|
|||
.*
|
||||
_site/
|
||||
.sass-cache/
|
||||
*.lock
|
||||
|
||||
!.editorconfig
|
||||
!.gitattributes
|
||||
!.github
|
||||
!.gitignore
|
||||
!.gitmodules
|
||||
!.mailmap
|
||||
!.pre-commit-config.yaml
|
||||
!.reuse
|
||||
|
|
Loading…
Reference in New Issue