- Revised the story section description to reflect the server's narrative. - Removed placeholder text and added a prompt for content creation. - Improved sidebar link styles for better visibility and interaction. - Added hover effects and styles for sections with sub-items in the table of contents. - Introduced new styles for alcohol and contact link cards for consistent design. - Enhanced map call-to-action button with new styles and hover effects.
34 lines
318 B
Plaintext
34 lines
318 B
Plaintext
# Dependencies and build output
|
|
node_modules
|
|
.astro
|
|
dist
|
|
|
|
# VCS metadata
|
|
.git
|
|
.gitignore
|
|
|
|
# Local Codex/dev artifacts
|
|
.codex*
|
|
.codex/
|
|
.tmp*
|
|
*.tmp
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS/editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
*.swo
|
|
|
|
# Local caches
|
|
tmp
|
|
.cache
|