Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitignore check ignored files

# Tells you which files are present and will be ignored
git status --ignored

# This one tells you which line in the .gitignore file makes it so
git check-ignore -v *
git check-ignore -v ./relative/path/to/your/file
Source by www.google.com #
 
PREVIOUS NEXT
Tagged: #gitignore #check #files
ADD COMMENT
Topic
Name
1+1 =