From c3e3113590c1596c911083ba061476eb1ee3a223 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 13 Dec 2023 18:35:46 +0200 Subject: [PATCH] .gitignore: initial commit --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..39750f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# All dotfiles +.* +# with the exception of these: +!.editorconfig +!.gitattributes +!.github +!.gitignore +!.pre-commit-config.yaml + +# Other ignores +node_modules