15 lines
315 B
Text
15 lines
315 B
Text
#============================#
|
|
# gitconfig file for niblock #
|
|
#============================#
|
|
|
|
# General Settings:
|
|
# Show me absolute paths, not relative paths
|
|
# Link to a global excludes file
|
|
[status]
|
|
relativePaths = false
|
|
|
|
[core]
|
|
excludesfile = ~/.gitignore
|
|
|
|
[init]
|
|
templatedir = ~/.git_template
|