19 lines
317 B
Plaintext
19 lines
317 B
Plaintext
# OS / editor
|
|
.DS_Store
|
|
|
|
# Local runtime files
|
|
.offline-server.log
|
|
.offline-server.pid
|
|
|
|
# Editor auth + reset + rate limit state (never commit)
|
|
content/.editor-credentials.json
|
|
content/.editor-reset.json
|
|
content/.editor-rate-limit.json
|
|
|
|
# Generated backups
|
|
*.bak
|
|
content/*.bak
|
|
|
|
# Optional local tooling
|
|
node_modules/
|