Some checks failed
Build & Push / build-and-push (push) Failing after 52s
Google Consent Mode v2: region-specific defaults (granted globally, denied for EEA/UK), update all 4 consent types on accept/decline, add url_passthrough and ads_data_redaction for better measurement. Visual: unified 48px grid texture across all light sections, animated constellation SVG in Process section, radial glow on Philosophy, removed broken SVG connector lines and unused imports. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
37 lines
325 B
Plaintext
37 lines
325 B
Plaintext
# dependencies
|
|
node_modules/
|
|
.pnp
|
|
.pnp.js
|
|
|
|
# next.js
|
|
.next/
|
|
out/
|
|
|
|
# production
|
|
build/
|
|
dist/
|
|
|
|
# env files
|
|
.env
|
|
.env.local
|
|
.env.production
|
|
|
|
# debug
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
|
|
# payload
|
|
public/media/
|
|
|
|
# superpowers
|
|
.superpowers/
|
|
|
|
# private credentials
|
|
private/
|