Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

gitignore a specific file

$ echo debug.log >> .gitignore $ git rm --cached debug.log rm 'debug.log' $ git commit -m "Start ignoring debug.log" 
Source by www.atlassian.com #
 
PREVIOUS NEXT
Tagged: #gitignore #specific #file
ADD COMMENT
Topic
Name
9+8 =