mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
-Fixed issue where `gdpm` would to work because of missing directory -Changed `constexpr const char *` constants to use `const std::string` string instead to use with `HOME` variable -Changed where packages are stored. Now, they should stored in the user's `$HOME/.config/gdpm/packages.db` by default. This may change to use `$HOME/.cache/gdpm/packages.db` by default in the future.
9 lines
75 B
Text
9 lines
75 B
Text
build/**
|
|
bin/gdpm
|
|
tests
|
|
*/tmp/**
|
|
vgcore.*
|
|
.cache
|
|
.vscode
|
|
config.json
|
|
*.txt
|