Skip to content

Comments

Remove servers.json from version control (ephemeral local data)#1

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/remove-servers-json-file
Draft

Remove servers.json from version control (ephemeral local data)#1
Copilot wants to merge 3 commits intomainfrom
copilot/remove-servers-json-file

Conversation

Copy link

Copilot AI commented Nov 17, 2025

servers.json contains runtime-generated Discord server metadata (names, icons, positions) and should not be tracked in version control.

Changes

  • Added data/servers/servers.json to .gitignore
  • Removed tracked servers.json file from repository

The file is automatically regenerated by capture_discord_servers() in utils.py when needed (lines 966-972, 1192-1197).

Original prompt

On servers.json, delete this file, ephemeral local data


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI self-assigned this Nov 17, 2025
Co-authored-by: phoebusg <520714+phoebusg@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove ephemeral local data file servers.json Remove servers.json from version control (ephemeral local data) Nov 17, 2025
Copilot AI requested a review from phoebusg November 17, 2025 19:22
Copy link
Owner

@phoebusg phoebusg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants