From e65a4f179fce6701f71abecaee4c0547b5003fa3 Mon Sep 17 00:00:00 2001 From: Bauke Date: Fri, 19 May 2023 14:30:22 +0200 Subject: [PATCH] Add gitignore. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a391ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.direnv/ +.vscode/ +build/ +node_modules/