Module: FastIgnore::GlobalGitignore

Defined in:
lib/fast_ignore/global_gitignore.rb

Class Method Summary collapse

Class Method Details

.path(root:) ⇒ Object



6
7
8
9
10
11
# File 'lib/fast_ignore/global_gitignore.rb', line 6

def path(root:)
  ignore_path = gitconfigs_gitignore_path(root) ||
    default_global_gitignore_path

  ignore_path unless ignore_path.empty?
end