Skip to content

Commit

Permalink
Update unison config
Browse files Browse the repository at this point in the history
  • Loading branch information
contrun committed Oct 27, 2024
1 parent 2bf3eba commit f6ba051
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion private_dot_unison/common-sync-options
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ ignore = Name .com.apple.timemachine.donotpresent
ignore = Regex .*/.*\.gguf
ignore = Regex .*/.*\.avd

# Programming languages build artifacts
# Programming languages build artifacts files
ignore = Regex .*/__debug_bin.*

# Programming languages build artifacts directories
ignore = Regex .*/result
ignore = Regex .*/result-[0-9]+
ignore = Regex .*/\.direnv
Expand Down Expand Up @@ -82,3 +85,6 @@ ignore = Regex .*/\$RECYCLE\.BIN
# Generic temporary directories
ignore = Regex .*/\.cache
ignore = Regex .*/tmp

# Some specific temporary directories
ignore = Regex .*/node-data

0 comments on commit f6ba051

Please sign in to comment.