From 930c9288782185dbe8e5e07547b92cede2983d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:07:08 +0800 Subject: [PATCH] chore: update .gitignore (#115) * chore: update .gitignore * chore(gitignore): add comments --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7785759..b10a717 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,12 @@ /.idea /Cargo.lock perf.data* -flamegraph.svg \ No newline at end of file +flamegraph.svg + +# direnv +/.direnv +/.envrc + +# nix flake +/flake.nix +/flake.lock