house-data-collect/.gitignore
2026-03-23 10:37:38 +08:00

44 lines
463 B
Plaintext

# Dependencies
node_modules/
# Logs
logs/
*.log
cron.log
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env.local
.env.*.local
# OS files
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Data and pics (optional - uncomment if you don't want to track them)
# data/
# pic/