This commit is contained in:
Bryan Ramos 2023-06-22 06:50:55 -04:00
parent 42944bce82
commit 6bd4a33db1

View file

@ -9,7 +9,7 @@
};
ignores = [
"*.node_modules"
"*.direnv"
"node_modules"
".direnv"
];
}