Commit Graph

7 Commits

Author SHA1 Message Date
tukuaiai 4916a9a349 build: 忽略 backups 目录
将 backups/ 目录添加到 .gitignore 文件中,以防止备份文件被 Git 跟踪。
2025-12-16 21:16:00 +08:00
tukuaiai b6e4231621 refactor: Consolidate external tools and personal configurations under libs/external, clean up libs/common/utils, and update gitignore and AGENTS.md 2025-12-14 07:40:59 +08:00
tukuaiai 4955cdd740 feat: Track my-nvim, PDFs and update gitignore per user request 2025-12-14 07:24:52 +08:00
tukuaiai 9e36099e42 feat: Add backup and image-to-pdf utilities 2025-12-14 07:20:38 +08:00
tukuaiai 1a599fae36 feat: Add AGENTS.md and remove utils init, update gitignore 2025-12-14 07:11:54 +08:00
tukuaiai 45b9d3b8eb feat: Add GitHub community files and update contact information
This commit introduces standard GitHub community files including:
- Issue templates for bug reports and feature requests.
- Pull Request template.
- Security policy with contact email.
- Funding configuration with GitHub Sponsors and custom links.

Updates include:
- .github/ISSUE_TEMPLATE/ with bug_report.md and feature_request.md.
- .github/PULL_REQUEST_TEMPLATE.md.
- .github/SECURITY.md with tukuai.ai@gmail.com as contact email.
- .github/FUNDING.yml with github: tukuaiai and custom crypto/social links.
- README.md with a new 联系方式 section and fixed Mermaid diagram syntax.
- .gitignore updated to track .github/ directory.

This ensures better community engagement and project maintainability.
2025-12-13 09:52:56 +08:00
tukuaiai febc83c1d1 Initial commit: Synchronize local state with remote 2025-12-13 09:25:16 +08:00