vscode_rainbow_csv
vscode_rainbow_csv copied to clipboard
chore: Add `.gitignore` file
For a clean git status .
An issue with .gitignore is that it could include a superset of paths declared in the .vscodeignore file which may result in their inadvertent inclusion into the release bundle.
I see. Other package systems such as R have similar issues. In R, there is a check that verifies that only the relevant files are included. Is there a similar check here that we could rely on?