This repository is public. Treat every committed file as publicly visible.
- Framer editor URLs
- Framer project IDs
- client content
- private audit reports
- cookies
- OAuth data
- API keys
- access tokens
- credentials
.envfiles- generated authentication files
- safe documentation
- diagnostic scripts
- placeholder examples
.env.examplewith placeholders only
Use .local/ for private local-only data. Examples:
.local/framer-project.txt
.local/framer-connection-report.md
.local/operations.log
Files under .local/ must never be committed.
Run:
npm run doctor
git status
git diff
git ls-filesAlso inspect filenames that include words such as token, secret, credential, auth, or private. Do not print secret contents during checks.