diff options
| author | Sam Estep <sam@samestep.com> | 2025-03-20 11:40:57 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-20 23:40:57 +0800 |
| commit | 9b1e10ea2602c76a97ca25c27a0b3842a5bb69de (patch) | |
| tree | ea86679dca57d7fffe69a10f31ffc77d86f07d69 /.gitignore | |
| parent | de6cc94e3b7fa5d1b8eeb53993dbf3ca2cec1cc1 (diff) | |
Add Nix flake for direnv (#6635)
* Add Nix flake for direnv
* Use Sai's suggestion for the `description`
* Make `.envrc` optional
* Move Nix docs to their own section
* Tweak wording
* Tweak wording more
* Add `nixfmt`
---------
Co-authored-by: Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com>
Co-authored-by: Ellie Hermaszewska <ellieh@nvidia.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c6fa15457..79c3559b4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,8 @@ *.zip *.ini *.DS_store +.direnv +.envrc .gdb_history .vimspector .vimspector.json |
