mirror of
https://github.com/zgs225/cliproxy-plugin-commandcode.git
synced 2026-09-26 03:32:50 +08:00
23 lines
253 B
Plaintext
23 lines
253 B
Plaintext
# Binaries & Shared Libraries
|
|
*.dylib
|
|
*.so
|
|
*.dll
|
|
*.h
|
|
*.exe
|
|
*.test
|
|
|
|
# Go workspace & coverage
|
|
coverage.txt
|
|
*.out
|
|
|
|
# OS & IDE
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
|
|
# Release artifacts (attached to GitHub Releases, not tracked in git)
|
|
*.zip
|
|
checksums.txt
|
|
dist/
|