Initial commit

This commit is contained in:
2025-11-05 23:30:19 +08:00
commit 1910732965
107 changed files with 10748 additions and 0 deletions
+36
View File
@@ -0,0 +1,36 @@
# Git
.git
.gitignore
.gitattributes
# CI/CD
.github
# IDE
.idea
.vscode
*.iml
*.iws
*.ipr
# Maven
target/
!target/*.jar
!.mvn/wrapper/maven-wrapper.jar
# Logs
*.log
logs/
# OS
.DS_Store
Thumbs.db
# Documentation
README.md
docs/
# Docker
Dockerfile
.dockerignore
docker-compose.yml