Description
.gitignore files can be generated or updated from the command line for common languages and tools.
It is useful when starting projects or cleaning repositories so build artifacts, caches, and local files stay out of version control. Generated ignores should still be reviewed, because excluding the wrong path can hide files that should be committed.