Files
2026-05-08 23:28:57 +08:00

19 lines
248 B
Plaintext

.DS_Store
# Local secrets and session exports
.env
.env.*
*.session.json
session*.json
sessions*.json
token*.json
tokens*.json
auth*.json
credentials*.json
# Dependency/build output if the project grows later
node_modules/
dist/
build/
coverage/