diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-04 14:24:58 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2023-09-04 14:24:58 +0530 |
commit | 6c4524551336753d6c2c3cd124061020a5f814bc (patch) | |
tree | 0845841f600870cfd441988872f713f14c0678c4 /.gitignore |
Initial trial - Hello World Message
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..755f75c --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Dependency directories +vendor/ |