7c68aa3bd3
Puzzle 1 crossfades to the stitched map with a link to /museum-path; puzzle 2 is a touch-friendly drag-and-order challenge with PDF extract scripts for map and artifact assets.
35 lines
551 B
Plaintext
35 lines
551 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
dist
|
|
dist-ssr
|
|
*.local
|
|
|
|
# Local media copies (generated by scripts/setup-dev-media.sh)
|
|
public/media/unlock.mp4
|
|
public/media/artifact-room-map.jpg
|
|
public/media/artifacts/
|
|
public/media/celebration-pop.mp3
|
|
public/media/celebration-horn.mp3
|
|
public/media/incorrect.mp3
|
|
public/media/unlock-confirm.mp3
|
|
public/media/config.json
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|