Shell

  • Find large file
    find . -type f -size +100M
  • Add tracked file to gitignore
    git rm --cached <file>
    rm <file>