Answers for "gitignore check"

2

git check ignore

# Check that a file/folder is ignored
git check-ignore my-file-or-folder
# Check that a file/folder is ignored and which line of .gitignore causes that
git check-ignore -v my-file-or-folder
Posted by: Guest on March-14-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language