Skip to content

chore(git): add macOS-specific patterns to gitignore#82

Merged
nsa-brant merged 1 commit into
NorthShoreAutomation:mainfrom
briansumma:feature/DOTgitignore
May 30, 2025
Merged

chore(git): add macOS-specific patterns to gitignore#82
nsa-brant merged 1 commit into
NorthShoreAutomation:mainfrom
briansumma:feature/DOTgitignore

Conversation

@briansumma
Copy link
Copy Markdown
Contributor

Add macOS-specific patterns to gitignore

Changes

  • Added standard macOS-specific patterns from gitignore.io to the .gitignore file
  • Includes patterns for .DS_Store, icon files, thumbnails, and other macOS-generated files
  • Prevents accidental commits of macOS-specific system files

Reason

This change improves cross-platform development experience by ensuring macOS-specific
system files don't get committed to the repository. These files are not needed for the project
and can cause confusion or conflicts for developers on other platforms.

Testing

  • Verified that patterns match standard macOS gitignore templates
  • No functional code changes, so no tests were required

Related Issues

N/A

Added standard macOS-specific ignore patterns from gitignore.io to prevent
macOS system files from being accidentally committed to the repository.
This helps maintain a cleaner codebase and improves cross-platform
compatibility.
@nsa-brant nsa-brant merged commit 9b8af4c into NorthShoreAutomation:main May 30, 2025
1 check passed
@briansumma briansumma deleted the feature/DOTgitignore branch June 6, 2025 16:52
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