Hi there, I thought I'd start a discussion regarding putting things we want to install such as `.scss-lint.yml` into `.gitignore`. That works nicely, and keeps the information in one place. But.... If we think about usability, readable & clean code, it scores 0 out of 10 on all counts. I think it makes better sense to have a new `install.yml` file, with a comment at the top: > Download and install the following > Please ensure these are all in .gitignore followed by a list of files we want to download and install: ``` download-and-install: ... list files here ... ```
Hi there,
I thought I'd start a discussion regarding putting things we want to install such as
.scss-lint.ymlinto.gitignore.That works nicely, and keeps the information in one place. But....
If we think about usability, readable & clean code, it scores 0 out of 10 on all counts.
I think it makes better sense to have a new
install.ymlfile, with a comment at the top:followed by a list of files we want to download and install: