diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-02-01 20:45:30 -0500 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-02-16 10:05:15 -0500 |
commit | 0151ad157aee975d39587af9083cdc9f549da7b8 (patch) | |
tree | 5b8020c0a30a4429188ccd64b6058d81068e7ecb /.gitignore | |
parent | 4f940db063eb50aad0a1ca259561c29e4b83f366 (diff) |
Add justfile
Make it easier to deploy
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f96217 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/ +.env |