rigger 0.4.2

One seat for all your projects and tasks: a local record of what is done, what is next and when it ships - read by you and your coding assistant
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Line endings are normalized in the repository, not left to whoever edits:
# a file that drifts to CRLF turns a one-line change into a whole-file diff,
# which hides the real change and makes review useless.
* text=auto eol=lf

# Windows shells need CRLF to run reliably.
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.bat text eol=crlf

# Binary assets are never touched.
*.png binary
*.jpg binary
*.ico binary
*.svg text eol=lf