SnapAPI/.gitignore
OpenClaw Dev 28f4a93dc3
All checks were successful
Build & Deploy to Staging / Build & Deploy to Staging (push) Successful in 10m39s
feat: update landing page, changelog, compare, quick-start with darkMode + hideSelectors features
2026-03-04 15:08:17 +01:00

37 lines
330 B
Text

# Dependencies
node_modules/
*.pnp
.pnp.js
# Production build
dist/
build/
# Runtime
*.log
logs
*.pid
*.seed
*.pid.lock
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
.cache/*.pyc