From 605f27c7bc444118b38ae3e328dd4a1f5ca614e9 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Tue, 3 Feb 2026 07:53:11 +0000 Subject: [PATCH] Initial commit: git-agent-sync CLI tool --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e8d1dc0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# node_modules/ +dist/ +.env +*.log +.DS_Store +coverage/ +.nyc_output/ +*.tsbuildinfo +.agent-workspaces/ \ No newline at end of file