diff options
author | Samuel Johnson <[email protected]> | 2025-03-18 10:21:45 -0400 |
---|---|---|
committer | Samuel Johnson <[email protected]> | 2025-03-18 10:21:45 -0400 |
commit | 3fac4d38c1f8a7fa9b58f47cc9a5e0689c8bb29d (patch) | |
tree | d1c7c67354783447bf4087a2c4db06d865ead3fd /.gitignore |
But it was a beginning
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..321d3c9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.cache/ +build/ + +*.swp |