mirror of
https://github.com/davidallendj/gdpm.git
synced 2025-12-19 19:17:01 -07:00
Updated README.md and .gitignore files
-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.
This commit is contained in:
parent
2bf0186f98
commit
e36f0aee79
6 changed files with 75 additions and 58 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,8 +1,9 @@
|
|||
build/**
|
||||
bin/gdpm
|
||||
tests
|
||||
*/tmp/**
|
||||
vgcore.*
|
||||
.cache
|
||||
.vscode
|
||||
config.json
|
||||
*.txt
|
||||
*.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue