diff options
author | Ben Sima <ben@bsima.me> | 2022-07-30 14:55:41 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-30 14:55:41 -0400 |
commit | 8f9de177e3cfed26cf9d67fd263d26ba85640eb2 (patch) | |
tree | 7c9c98746a55116ca7293a57a6123dcf473daa6a /.gitignore |
Initialize dev shell
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..29963da --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.direnv/ |