Skip to content

Add .gitattributes file to manage line endings and binary files#88

Merged
javidahmed64592 merged 1 commit into
mainfrom
add-gitattributes
May 2, 2026
Merged

Add .gitattributes file to manage line endings and binary files#88
javidahmed64592 merged 1 commit into
mainfrom
add-gitattributes

Conversation

@javidahmed64592
Copy link
Copy Markdown
Owner

This pull request adds a .gitattributes file to the repository to standardize line endings and correctly identify binary files. This helps prevent issues with inconsistent line endings across different operating systems and ensures binary files are not corrupted by automatic conversions.

Repository configuration:

  • Added a .gitattributes file to automatically normalize line endings for text files and enforce LF endings for common source and configuration file types.
  • Specified binary file patterns (such as images and fonts) to prevent Git from applying text normalization to them.

@javidahmed64592 javidahmed64592 merged commit d705c23 into main May 2, 2026
16 checks passed
@javidahmed64592 javidahmed64592 deleted the add-gitattributes branch May 2, 2026 02:31
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