gitignore
Version 1.2 by Rudi Marais on 2023/05/22 23:50
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