Skip to content

Feature/46 gitattributes design git config#47

Merged
argondev22 merged 4 commits into
mainfrom
feature/46-gitattributes-design-git-config
Nov 11, 2025
Merged

Feature/46 gitattributes design git config#47
argondev22 merged 4 commits into
mainfrom
feature/46-gitattributes-design-git-config

Conversation

@argondev22
Copy link
Copy Markdown
Owner

What does this PR do?

Changes

How to test

Notes

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds a .gitattributes file to standardize line endings and configure Git LFS for binary files, along with updating the spell checker dictionary to include "dylib".

  • Configures line ending normalization (LF by default, CRLF for Windows scripts)
  • Sets up Git LFS tracking for binary files (images, archives, executables, and libraries)
  • Adds export-ignore rules to exclude configuration files from Git archives
  • Updates cspell.jsonc to recognize "dylib" as a valid word

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.gitattributes New file establishing line ending conventions, Git LFS tracking for binary files, and export-ignore rules
cspell.jsonc Adds "dylib" to the spell checker dictionary to prevent false positives from .gitattributes

Comment thread .gitattributes
@argondev22 argondev22 merged commit 8be80b2 into main Nov 11, 2025
5 checks passed
@argondev22 argondev22 deleted the feature/46-gitattributes-design-git-config branch November 11, 2025 14:01
@github-project-automation github-project-automation Bot moved this from Todo to Done in My Perfect Environments Nov 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

Development

Successfully merging this pull request may close these issues.

.gitattributes: Gitの設定の設計

2 participants