diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-11 22:53:13 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-11 22:53:13 +0200 |
commit | 43626fbf39b10e5afc7aa50fbe780af6f452cf56 (patch) | |
tree | f59433304f4201821fb28bece29aec9c2631cd56 /.gitignore | |
parent | Implemented predictSkyObjects (diff) | |
download | sky-info-43626fbf39b10e5afc7aa50fbe780af6f452cf56.tar.gz sky-info-43626fbf39b10e5afc7aa50fbe780af6f452cf56.tar.bz2 sky-info-43626fbf39b10e5afc7aa50fbe780af6f452cf56.zip |
Enable direnv and install hls
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index c368d45..2e84880 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ .stack-work/ -*~ \ No newline at end of file +*~ + +.direnv/ |