Files
wwjcloud/.gitignore
万物街 43626e5bf2 feat: 添加数据库SQL文件和修复.gitignore配置
- 添加 wwjcloud.sql 数据库结构文件
- 修复 .gitignore 配置,允许 sql/ 目录下的文件
- 确保数据库文件能够正确提交到仓库
2025-08-23 13:22:22 +08:00

135 lines
1.5 KiB
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build outputs
dist/
build/
*.tsbuildinfo
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs/
*.log
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# next.js build output
.next
# nuxt.js build output
.nuxt
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
# Reference directory (exclude from git)
reference/
# Database
*.db
# SQL files (allow sql directory)
!sql/
!sql/*.sql
# Uploads
public/upload/*
!public/upload/.gitkeep
# Cache
.cache/
.turbo/
# Test
coverage/
.nyc_output/
# Build
dist/
build/
# Lock files (keep only one)
package-lock.json
yarn.lock
# Keep pnpm-lock.yaml