From 0fe08e94998d04fbacf6298f1a848b48271505f3 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 6 Feb 2024 13:33:10 +0200 Subject: [PATCH] .gitignore: add dotfiles except those that may be created in the future --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5aab7d0..bd2b3e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,12 @@ +.* _site/ .sass-cache/ *.lock - +!.editorconfig +!.gitattributes +!.github +!.gitignore +!.gitmodules +!.mailmap +!.pre-commit-config.yaml +!.reuse