diff --git a/.gitignore b/.gitignore index 64ae7f3..185d509 100644 --- a/.gitignore +++ b/.gitignore @@ -22,4 +22,10 @@ go.work go.work.sum # env file -.env \ No newline at end of file +.env + +# Direnv directory +.direnv/ + +# Vscode directory +.vscode/ \ No newline at end of file