Initial commit: new history

This commit is contained in:
king
2025-06-30 21:59:46 +08:00
commit cd32a8c7e5
1945 changed files with 111356 additions and 0 deletions

36
.gitignore vendored Normal file
View File

@ -0,0 +1,36 @@
# macOS 系统文件
.DS_Store
**/.DS_Store
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
.fseventsd
.TemporaryItems
# IntelliJ IDEA 配置文件
.idea/
*.iml
*.ipr
*.iws
modules.xml
workspace.xml
navEditor.xml
# 通用忽略项
*~
*.log
*.tmp
*.bak
.vscode/
.history/
# 默认忽略的文件
/shelf/
/workspace.xml
# 基于编辑器的 HTTP 客户端请求
/httpRequests/
# CodeStream ignored files
/codestream.xml
# node依赖
./node_modules