mirror of
https://github.com/thecyberlearn/quantum-website-2026.git
synced 2026-08-18 06:43:20 +00:00
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>
55 lines
583 B
Plaintext
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 |