Closed skangas closed 11 months ago
This just adds to .gitignore two files that I tend to use: the semi-standard .venv directory and the Emacs file .dir-locals.el (for directory local variables.
.gitignore
.venv
.dir-locals.el
Merged. I usually use .git/info/exclude for personal stuff, but it doesn't hurt to add it.
This just adds to
.gitignore
two files that I tend to use: the semi-standard.venv
directory and the Emacs file.dir-locals.el
(for directory local variables.