Initial commit

This commit is contained in:
2025-11-07 00:44:07 +08:00
parent abca7f3801
commit 71961ca1d1
126 changed files with 11919 additions and 0 deletions

22
.gitignore vendored Normal file
View File

@@ -0,0 +1,22 @@
# Jekyll-specific files
_site/
.jekyll-cache/
.sass-cache/
.bundle/
# NodeJS-specific files
node_modules/
npm-debug.log*
yarn-*.log*
# Vendor directory for Bundler
./vendor/
# Configuration and environment files
.env
.DS_Store # macOS specific
Thumbs.db # Windows specific
# Log files
*.log