add flakes and direnv files

This commit is contained in:
2024-08-25 10:04:32 -05:00
parent 4d5d7b19d5
commit 888fd3a8bd
4 changed files with 130 additions and 0 deletions

7
rust-analyzer.json Normal file
View File

@@ -0,0 +1,7 @@
{
"rust-analyzer": {
"files": {
"excludeDirs": [".direnv"]
}
}
}