-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make .gitignore.d & gitattributes.d XDG compatible #180
Comments
Just checking back in. Any chance to get support for these? :) |
What is the state of this request? |
See also my comments in #203, I would like to see this fixed too, although issues of migration are of course sensitive. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vcsh currently reads the ignore & attribute data from files located at
$VCSH_BASE/.gitignore.d/$VCSH_REPO_NAME
and$VCSH_BASE/.gitattributes.d/$VCSH_REPO_NAME
(respectively). I prefer to keep$HOME
as uncluttered as possible and organize application configurations into application-specific configuration directories (using the XDG) specification defaults:Would it be possible to add support for these paths?
The text was updated successfully, but these errors were encountered: