When working with a project, it is sometimes necessary to store some files that should not be committed to the repo, like DB dumps, logs etc. for local use during development.
Currently, there is no excluded directory where such files can be dumped.
Can we please have .data or other named dir added to the .gitignore.
thanks