

chore: ignore .env
@ce5dbe5b1dc3fb887f00d2761d21532932c45f20
--- .dockerignore
+++ .dockerignore
... | ... | @@ -12,3 +12,4 @@ |
12 | 12 |
README.md |
13 | 13 |
.secrets |
14 | 14 |
.ruff_cache |
15 |
+.env |
--- .gitignore
+++ .gitignore
... | ... | @@ -5,3 +5,4 @@ |
5 | 5 |
.task |
6 | 6 |
.secrets |
7 | 7 |
.ruff_cache |
8 |
+.env |
--- flake.nix
+++ flake.nix
... | ... | @@ -35,6 +35,7 @@ |
35 | 35 |
source $(poetry env info --path)/bin/activate |
36 | 36 |
export LD_LIBRARY_PATH=${pkgs.stdenv.cc.cc.lib}/lib:$LD_LIBRARY_PATH |
37 | 37 |
export LD_LIBRARY_PATH=${pkgs.zlib}/lib:$LD_LIBRARY_PATH |
38 |
+ source .env |
|
38 | 39 |
''; |
39 | 40 |
}; |
40 | 41 |
}; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?