From 7e1601e5d6b10da8816c396f21c3168ab2340e22 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 Jan 2024 18:19:25 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e256317 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ban dotfiles except +.* +!.editorconfig +!.gitattributes +!.gitignore +!.gnupg +!.pre-commit-config.yaml +!.ssh +# pre-commit +node_modules/ + +# symlinks, paws off +me.asc