From bb5da45180ff7c0b80ffb130550c0df2dcaa2c3f Mon Sep 17 00:00:00 2001 From: chuan Date: Wed, 29 Apr 2026 00:30:11 +0800 Subject: [PATCH] docs: init --- .gitattributes | 19 +++++++++++++++++++ README.md | 5 +++++ 2 files changed, 24 insertions(+) create mode 100644 .gitattributes create mode 100644 README.md diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e420852 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,19 @@ +* text=auto eol=lf + +# Keep common Windows script formats on CRLF when needed by native tooling. +*.bat text eol=crlf +*.cmd text eol=crlf + +# Never normalize binary files. +*.png binary +*.jpg binary +*.jpeg binary +*.gif binary +*.webp binary +*.ico binary +*.pdf binary +*.zip binary +*.7z binary +*.gz binary +*.woff binary +*.woff2 binary \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..74d9c46 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# SKILLS + +## MCP + +- [agent/gitea-mcp](https://git.pchuan.top/agent/gitea-mcp) \ No newline at end of file