From 7a52fc6bebea6f30d9192eec2a6c988c0250f317 Mon Sep 17 00:00:00 2001 From: matt1432 Date: Mon, 20 May 2024 11:49:21 -0400 Subject: [PATCH] chore: organize gitignore --- .gitignore | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 82323db..5e33af4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,22 @@ +# Python *.egg-info -*.temp + +# NPM *node_modules/ -**/types *build/ + +# Direnv +*.direnv/ + +# Generated by nix result* +.nixd.json + +## AGS +modules/ags/config/ts/lockscreen/vars.ts *config.js *icons -*.direnv/ -modules/ags/config/ts/lockscreen/vars.ts -.nixd.json +**/types + +# Other +*.temp