InterConnectServer / .gitignore
GitHub Actions
Sync from GitHub (excluding README)
1000554
# Dependencies
node_modules/
# Environment variables
.env
.env.local
.env.*.local
# Database files
*.db
*.sqlite
*.sqlite3
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Build files
dist/
build/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.trae/
# OS
.DS_Store
Thumbs.db
# Testing
coverage/
.nyc_output/
# Misc
*.tgz
.cache/
.parcel-cache/
.next/
.nuxt/
.vuepress/dist/
.serverless/
.fusebox/
.dynamodb/
# CLI
cli/*.log
# Docker
.dockerignore
*.dockerfile
ICS-测试数据.txt