mcmqtt/docs-site/.gitignore
Ryan Malloy c06de02236 Add Astro/Starlight documentation site with SEO optimization
Features:
- Diátaxis documentation structure (tutorials, how-to, reference, explanation)
- Alpine.js interactive components
- Comprehensive SEO with AI discovery protocols (llms.txt, ai.txt)
- Custom styling with stats grid and hero components
- PWA manifest and social media previews

Site configured for deployment at mcmqtt.dev
2026-02-07 04:40:46 -07:00

122 lines
1.4 KiB
Plaintext

# Dependencies
node_modules/
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# Build outputs
dist/
.astro/
# Environment variables
.env
.env.local
.env.production
# macOS
.DS_Store
# Windows
Thumbs.db
# Editor directories and files
.vscode/
.idea/
*.swp
*.swo
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Optional stylelint cache
.stylelintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# parcel-bundler cache (https://parceljs.org/)
.cache
.parcel-cache
# Next.js build output
.next
out
# Nuxt.js build / generate output
.nuxt
# Gatsby files
.cache/
public
# Storybook build outputs
.out
.storybook-out
storybook-static
# Temporary folders
tmp/
temp/
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
# Stores VSCode versions used for testing VSCode extensions
.vscode-test
# yarn v2
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*