forked from Gitlink/gitlink-cli
chore(git): 精简 .gitignore + 移除二进制 gitlink-cli.exe 跟踪
追加 __pycache__/*.pyc/*.exe/research-output/ 忽略;git rm --cached gitlink-cli.exe 停止 19MB 二进制膨胀历史(CI/Docker 内自行 go build,不影响部署)。 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
7aa6f1b757
commit
af7b5aeea3
|
|
@ -1,2 +1,6 @@
|
|||
docs/
|
||||
doc/
|
||||
doc/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.exe
|
||||
research-output/
|
||||
|
|
|
|||
BIN
gitlink-cli.exe
BIN
gitlink-cli.exe
Binary file not shown.
Loading…
Reference in New Issue