Description
Package to list all tracked and untracked existing files via Git.
Description
Please see the README on GitHub at https://github.com/joshuaclayton/tracked-files#readme
README.md
tracked-files
This is a tool for listing all files that aren't .gitignore
d that also exist.
Motivation
git ls-files
alone doesn't include new files, and having a way to access this list can be helpful when determining what files to care about during token analysis.
Install
stack install
Test
stack test
License
Copyright 2020 Josh Clayton. See the LICENSE.