try: git ls-files --error-unmatch
gitignore (or other input files to the exclude mechanism) and output the path if it is excluded. By default, tracked files are not shown at all since they are not subject ...
If you want to list all the files currently being tracked under the branch master , you could use this command: git ls-tree -r master --name-only.
When showing files in the index, print only those matched by an exclude pattern.
EDIT: if you want to check whether your file is tracked within Git LFS at a given tree, you can use: git cat-file -p $TREE_SHA1:.gitattributes | git ...
Here, only *.o files are defined in .gitignore, so Readme.md is not listed in the output of git check-ignore . If you want to see line of which .
Use gitignore, git update-index, and repo management to ignore and
Tracking files with Git LFS. When you add a new type of large file to your repository, you'll need to tell Git LFS to ...
Files tracked by Git LFS display an icon to indicate if the file is stored as a blob or ... For example, if you want to upload a very large file and check it into your Git ...
Use CircleCI version 2.1 at the top of your .circleci/config.yml file.