"A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected." (see e.g. here)
This allows for better development conditions when lots of files, that are not required on the repository, are generated within the source code. This makes easier the usage of editors, like VSCode.
"A gitignore file specifies intentionally untracked files that Git should ignore. Files already tracked by Git are not affected." (see e.g. here)
This allows for better development conditions when lots of files, that are not required on the repository, are generated within the source code. This makes easier the usage of editors, like VSCode.