gitignore

Version 1.1 by Rudi Marais on 2022/11/30 09:36

 

To reinitialize a new gitignore follow these steps

  • commit and push as per normal
  • then from command line run the following:
    • git rm -r --cached .
    • git add .
  • commit as per normal
Tags: