Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

file not being exlcuded even in gitignore

# Remove the files from the index (not the actual files in the working copy)
$ git rm -r --cached .

# Add these removals to the Staging Area...
$ git add .

# ...and commit them!
$ git commit -m "Clean up ignored files"
Source by www.git-tower.com #
 
PREVIOUS NEXT
Tagged: #file #exlcuded #gitignore
ADD COMMENT
Topic
Name
6+1 =