From 00eecaf7c69a224a995050f87f55d8f3ed5644c8 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 6 Jan 2024 18:18:08 +0200 Subject: [PATCH] add .gitignore --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..00f0af6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# SPDX-FileCopyrightText: 2024 Aminda Suomalainen +# +# SPDX-License-Identifier: CC0-1.0 + +# Ban dotfiles except +.* +!.editorconfig +!.gitattributes +!.gitignore +!.gnupg +!.pre-commit-config.yaml +!.ssh +# pre-commit +node_modules/ + +# symlinks, paws off +gnupg +ssh