chore: add node to ignore

Signed-off-by: jolheiser <john.olheiser@gmail.com>
main
jolheiser 2023-09-27 07:27:27 -05:00
parent 68817006cf
commit c523146ac2
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{pkgs ? import <nixpkgs> {}}: {
ignore = [".idea/" "result"];
ignore = [".idea/" "result" "node_modules/"];
settings = {
theme = "catppuccin_mocha_transparent";
editor = {