Initial commit: 初始化仓库

This commit is contained in:
yunxiao.zhu
2026-03-09 21:12:40 +08:00
commit 940912d791
2 changed files with 8 additions and 0 deletions

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Ignore everything
*
# Allow directories
!*/
# Allow .dat files
!*.dat
# Allow .gitignore
!.gitignore