Skip to content

Commit

Permalink
Add .gitattributes to .gitignore
Browse files Browse the repository at this point in the history
This allows individual contributors to add a .gitattributes for their needs, but opts for individualized .gitattributes per contributor.
Use case: One contributor is having an issue where, despite global git configuration, a lot of the line endings for files are getting converted to CRLF (Windows) rather than LF (Unix). The .gitattributes solution attempts to solve this, but since others aren't having this issue, it may be better to not bloat the repo by adding a file that it doesn't generally need.
  • Loading branch information
joeflack4 committed Aug 7, 2024
1 parent eb9ad73 commit 44d3e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ semantic.cache/
.vscode/*

# - static
.gitattributes
.DS_Store

# Specific files, patterns, and directories
Expand Down

0 comments on commit 44d3e43

Please sign in to comment.