commit 284812ac4cecb35afb323b9ed09d377bf5950757 Author: Jax Date: Tue Mar 10 15:27:45 2026 +0800 feat: add .gitignore to exclude OS and package files diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..139caee --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# MAC +DS_Store + +# package +node_modules + +# oh-my-opencode +.sisyphus \ No newline at end of file