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