Johnathan Kong
Mark files as ignored
To mark files as ignore when doing a git add, create a .gitignore file in the directory and add the files that you want to be ignored.
1 | echo "<files>" > .gitignore |
To mark files as ignore when doing a git add, create a .gitignore file in the directory and add the files that you want to be ignored.
1 | echo "<files>" > .gitignore |