diff options
author | techknowlogick <techknowlogick@gitea.com> | 2024-07-23 08:07:41 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-23 12:07:41 +0000 |
commit | 24f9390f349581e5beb74c54e1f0af1998c8be71 (patch) | |
tree | 5c478f6cbd62d461f95a12c211903fc86c001ad8 /.gitignore | |
parent | ad91a59c18cd31d6a51ea94329367431a72d3730 (diff) | |
download | gitea-24f9390f349581e5beb74c54e1f0af1998c8be71.tar.gz gitea-24f9390f349581e5beb74c54e1f0af1998c8be71.zip |
Enable direnv (#31672)
This lets developers who have direnv enabled to load our nix flake
automatically when entering it
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 46c8b9b49c..7889df77b1 100644 --- a/.gitignore +++ b/.gitignore @@ -108,6 +108,9 @@ prime/ *_source.tar.bz2 .DS_Store +# nix-direnv generated files +.direnv/ + # Make evidence files /.make_evidence |