You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
haoliang-net/.gitignore

36 lines
306 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
Thumbs.db
.DS_Store
# Local config
.sisyphus/
.playwright-mcp/
# Screenshots (temp)
*.png
!docs/**/*.png
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local
# TypeScript cache
*.tsbuildinfo