Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

echo > venv/ .gitignore

$ echo debug.log >> .gitignore
$ git rm --cached debug.log
rm 'debug.log'
$ git commit -m "Start ignoring debug.log"
 
PREVIOUS NEXT
Tagged: #echo
ADD COMMENT
Topic
Name
7+2 =