-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Description
Environment
- Elixir & Erlang/OTP versions (elixir --version): currently 1.7 and 1.8 (depends on the host) but affects earlier versions as well.
- Operating system: Linux, but maybe affects Mac OS as well
Current behavior
Mix saves it configuration, downloaded data, archives, etc to ~/.mix
Expected behavior
It should follow the XDG Base Dir spec and use appropriate folders from the users configuration to save aforementioned stuff.
This makes it easier for a user to wipe caches, backup config or archives, etc.
This is issue is explicitely about global cache/data/config, not their per-project equivalents.
zoni, jswny and OvermindDL1