From b5052eb83a008871e6d224fa0cde41989dbc03dc Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 9 Dec 2023 10:27:02 +0200 Subject: [PATCH] .gitignore: practically rewrite --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c23dd5c..458a014 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,19 @@ # # SPDX-License-Identifier: CC0-1.0 -.~lock*# +# prettier v4.0.0-alpha.3-1 brought this in +node_modules + +# All dotfiles +.* + +# Except not these. Uncomment if the popular ones make an appearance here. +!.editorconfig +!.gitattributes +#!.github +!.gitignore +#!.gitlab-ci.yml +#!.gitmodules +#!.mailmap +!.pre-commit-config.yaml +#!.reuse