mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 16:57:55 +00:00
34 lines
565 B
Plaintext
Executable File
34 lines
565 B
Plaintext
Executable File
# Paths to synchronize
|
|
path = writings
|
|
path = projects
|
|
path = library
|
|
|
|
# My GnuPG keys
|
|
path = .gnupg
|
|
|
|
# The password store of gopass
|
|
path = .password-store
|
|
|
|
# My SSH keys
|
|
path = .ssh
|
|
|
|
# Some regexps specifying names and paths to ignore
|
|
ignore = Name temp.*
|
|
ignore = Name *~
|
|
ignore = Name .*~
|
|
ignore = Name *.o
|
|
ignore = Name *.tmp
|
|
|
|
# Node cache
|
|
ignore = Name node_modules
|
|
|
|
# Rust build caches
|
|
ignore = Name target
|
|
|
|
# The diff command with the unified style (the same style Git uses for showing diffs)
|
|
diff = diff --unified
|
|
|
|
# Log actions to the terminal
|
|
log = true
|
|
|