Skip to content

adding .gitattributes#110

Merged
nmetulev merged 2 commits into
stagingfrom
user/DinahK-2SO/add-gitattributes
Jun 23, 2026
Merged

adding .gitattributes#110
nmetulev merged 2 commits into
stagingfrom
user/DinahK-2SO/add-gitattributes

Conversation

@DinahK-2SO

Copy link
Copy Markdown

This pull request adds a new .gitattributes file to the repository to standardize line endings and file handling across different file types. The main goal is to ensure consistent line endings for text files and mark certain file types as binary.

File handling and line ending normalization:

  • Added a .gitattributes file to enforce LF line endings for all text files and specific file types such as .md, .json, .txt, .ps1, .ts, .cs, and .csproj.
  • Configured image and archive file types (.png, .jpg, .ico, .zip) to be treated as binary, preventing Git from attempting to normalize line endings for these files.

@nmetulev nmetulev changed the base branch from main to staging June 23, 2026 21:50
@nmetulev nmetulev merged commit 124fdc1 into staging Jun 23, 2026
12 checks passed
@nmetulev nmetulev deleted the user/DinahK-2SO/add-gitattributes branch June 23, 2026 23:07
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