copyright-header icon indicating copy to clipboard operation
copyright-header copied to clipboard

Don't ignore explicitly added dot files

Open AlexanderWillner opened this issue 3 years ago • 0 comments

Expected:

% copyright-header --license-file LICENSE --add-path .gitlab-ci.yml -o .
UPDATE .gitlab-ci.yml [output-dir ./.]

Instead:

% copyright-header --license-file LICENSE --add-path .gitlab-ci.yml -o .
SKIP .gitlab-ci.yml; excluded

AlexanderWillner avatar Apr 22 '21 11:04 AlexanderWillner