feat: Update README and package.json for server configuration and repository details

This commit is contained in:
Morax
2025-07-29 13:54:15 +08:00
parent bad857eeab
commit c82f79a529
4 changed files with 136 additions and 1 deletions

61
.npmignore Normal file
View File

@@ -0,0 +1,61 @@
# Source files
src/
*.ts
!*.d.ts
# Development files
.env
.env.*
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Testing
coverage/
.nyc_output
*.lcov
# Build tools
tsconfig.json
jest.config.js
.eslintrc.*
.prettierrc.*
# Development dependencies
node_modules/
.npm
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Docker
Dockerfile
docker-compose.yml
deploy.sh
# Git
.git/
.gitignore
# Examples and docs (keep README.md)
examples/
docs/
*.md
!README.md
# Test files
test/
tests/
__tests__/
*.test.js
*.test.ts
*.spec.js
*.spec.ts