From 7c62699a43dcb366b09251d0941b389e1397262f Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Sat, 14 Sep 2024 17:03:40 +0000 Subject: [PATCH] chore: organize and label .gitignore --- .gitignore | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b9af5cb..140e530 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,14 @@ -.env -node_modules +# generated artifacts install-*.sh install-*.bat install-*.ps1 + +# local config +.env + +# caches +node_modules/ + +# temporary & backup files .*.sw* *.bak