Git and GitHub recognise a .gitignore file as a special file. This file allows for certain files and folders to be excluded from what is tracked and committed by GitHub.
Implementing such a file would provide benefits for developers of CLOVER and people committing to both the master and forked repositories.
Git and GitHub recognise a
.gitignore
file as a special file. This file allows for certain files and folders to be excluded from what is tracked and committed by GitHub. Implementing such a file would provide benefits for developers of CLOVER and people committing to both the master and forked repositories.