Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ go.work
.env.local
.env.*.local

# Local auth/session tokens
token.json
*token*.json
*tokens*.json
cookies.json
*cookies*.json

# IDE files
.idea/
*.swp
Expand Down Expand Up @@ -69,4 +76,4 @@ temp/
*.sqlite3

# Redis dump
dump.rdb
dump.rdb
9 changes: 0 additions & 9 deletions token.json

This file was deleted.

Loading