mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 11:15:08 +03:00
de31b3dc89
https://twitter.com/aryairani/status/1210682354139877382?s=20 http://stratus3d.com/blog/2018/06/03/stop-excluding-editor-temp-files-in-gitignore/ tl;dr: If your favorite editor or tool creates temp files you don't want to version, include them in your personal, global .gitignore, rather than in Unison's.
9 lines
86 B
Plaintext
9 lines
86 B
Plaintext
# Unison
|
|
.unisonHistory
|
|
test-output
|
|
transcript-*
|
|
|
|
# Stack
|
|
.stack-work
|
|
stack.yaml.lock
|