quantum-website-2026/.gitignore
Amit Rana 214e37c6ef feat: add Marketplace page with Site Auditor and Marketplace Listing Audit cards
Adds marketplace.html showing the two live tools, updates shared-header.js
to include the Marketplace nav link, and ignores local working files.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-11 15:56:10 +05:30

55 lines
583 B
Plaintext

# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
*.min.js
*.min.css
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
*.log
logs/
# Temporary files
*.tmp
*.temp
# Cache
.cache/
.parcel-cache/
# Claude Code working directory
.claude/
# Local working files
DESIGN.md
index-linear.html
linear.app/
marketplace-audit.html