diff options
author | Samuel Johnson <[email protected]> | 2025-06-03 01:01:56 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-06-03 01:01:56 -0400 |
commit | 6ea5ad333ab5376a834b0fdbc9cdecfe04dacc10 (patch) | |
tree | 3564641e1b565348bd8554ae0fe84116fa0413aa /.gitignore |
But it was a beginning
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..fd8ceee --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +vendor/ +build/ |