Wiki source code of gitignore

Version 1.2 by Rudi Marais on 2023/05/22 23:50

Show last authors
1
2
3 To reinitialize a new gitignore follow these steps
4
5 * commit and push as per normal
6 * then from command line run the following:
7 ** git rm -r ~-~-cached .
8 ** git add .
9 * commit as per normal