Skip to content

adding .gitattributes#110

Open
DinahK-2SO wants to merge 1 commit into
mainfrom
user/DinahK-2SO/add-gitattributes
Open

adding .gitattributes#110
DinahK-2SO wants to merge 1 commit into
mainfrom
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.

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.

1 participant