Skip to content

Add .DS_Store to .gitignore and remove from repo #14

Description

@lbedogni

Problem
src/server/.DS_Store (6148 bytes) is tracked in the repository. This is a macOS artifact that shouldn't be committed.

Proposed Fix

  • Add *.DS_Store and /.DS_Store to .gitignore if not already present.
  • Run git rm --cached src/server/.DS_Store and commit.

Files: src/server/.DS_Store, .gitignore Labels: code-quality

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions