diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2025-06-28 18:41:15 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2025-06-28 18:41:15 -0700 |
commit | ffcdb8b126c5267040ddc8f0304b153fa88755e5 (patch) | |
tree | 2b4dc37b743c12b6175022d68472974f2bcd831b /.gitignore |
local play, some physics
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42e5ded --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +**/dist +node_modules +.vercel +.env.local |