mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 06:02:22 -05:00
Ensure proper line-endings for bin/ scripts (#6287)
* Ensure proper line-endings for bin/ scripts * Add release notes
This commit is contained in:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -12,6 +12,8 @@
|
||||
*.sh text eol=lf
|
||||
*.tsx text eol=lf
|
||||
|
||||
**/bin/* text eol=lf
|
||||
|
||||
yarn.lock text eol=lf
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
|
||||
6
upcoming-release-notes/6287.md
Normal file
6
upcoming-release-notes/6287.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Enhancements
|
||||
authors: [jgranick]
|
||||
---
|
||||
|
||||
[WIP] Ensure proper line-endings for bin/ scripts
|
||||
Reference in New Issue
Block a user