From b549dc3716d60abfef0ed26bc04393ea449e1467 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 20 Oct 2024 13:08:01 +0200 Subject: [PATCH] Add .env --- .envrc | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 3550a30..0b1a02d 100644 --- a/.envrc +++ b/.envrc @@ -1 +1,2 @@ +dotenv use flake diff --git a/.gitignore b/.gitignore index 0315d4b..f1ee7d3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ result .direnv .pre-commit-config.yaml .worktrees/ +.env # Created by https://www.toptal.com/developers/gitignore/api/git # Edit at https://www.toptal.com/developers/gitignore?templates=git