Skip to content
Snippets Groups Projects

When your .gitignore file gets…ignored

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.
    Authored by Andreiu Galea
    Edited
    cleanup_gitignore.sh 86 B
    git rm -r --cached .
    git add .
    git commit -m "Now my .gitignore file works correctly!"
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment