-
-
Notifications
You must be signed in to change notification settings - Fork 126
old.graviton
When Graviton is installed in a machine, it creates a directory called ".graviton" which contains Graviton's configuration , themes, recent projects log, etc.
This is an example (having installed the Dark theme):
/.graviton
β
ββββ/plugins
| |
| ββββ/Dark
| | package.json
|
ββββ/plugins_db
| config.json
| log.json
| market.json
The path where is installed varies on every operative system:
OS | Path |
---|---|
Windows | C:\Users\username\AppData\Roaming\.graviton |
Linux | /home/username/.config/.graviton |
MacOS | /users/username/library/applications support/.graviton |
Runing graviton from source will create an alternative directory which aims to be more accesible:
If Graviton has been clonned on:
UserName/Desktop/Graviton-App
.graviton will be created in:
UserName/Desktop/.graviton
This stores all the installed plugins (source code & dependencies)
This stores each plugin database (in case they have created one). This provides a consistent way of saving data locally for the plugins. This can be useful in case the plugin wants to save some configuration.
This contains an object of all Graviton preferences, as for example the selected theme.
This is a simple array of all the recent projects.
This file contains the market cache, so you don't have to request it every time you open the market.