diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-07 01:32:26 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-12-07 01:34:40 +0100 |
commit | 6e452923d0aef460d6e38dfe50a05be15642f2ac (patch) | |
tree | b3fb6dc22920b5a0a2f507278bbf37e33cff562b /.gitignore | |
download | aoc-2024-6e452923d0aef460d6e38dfe50a05be15642f2ac.tar.gz aoc-2024-6e452923d0aef460d6e38dfe50a05be15642f2ac.tar.bz2 aoc-2024-6e452923d0aef460d6e38dfe50a05be15642f2ac.zip |
Initial commit
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..9b42106 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.direnv/ |