42 lines
676 B
Plaintext
42 lines
676 B
Plaintext
# Credentials and the original site drop — never commit, private repo or not.
|
|
# zoho.md holds the live reCAPTCHA secret key and the Zoho WebToLead tokens.
|
|
# See docs/security/SECURITY.md.
|
|
zoho.md
|
|
.drop/
|
|
|
|
# Client correspondence. Its asks are tracked as issues; the letter itself is not
|
|
# a doc-tree document.
|
|
Levi.md
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-ssr/
|
|
|
|
# Runtime/database artifacts
|
|
db/*.db
|
|
db/*.db-*
|
|
test-results/
|
|
|
|
# Environment/local files
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
.vscode/
|
|
.idea/
|
|
.learnings/
|
|
Queue-North-Website.code-workspace
|
|
Working Site.zip
|