house-data-collect/.gitignore
2026-03-20 21:53:19 +08:00

43 lines
444 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
# 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/