mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
init: Added note about exclusions
This commit is contained in:
parent
8981ea0342
commit
aa2611bbae
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@ void initializeDataAndRules (
|
||||||
configFile.create (0600);
|
configFile.create (0600);
|
||||||
rules.load (configFile._data);
|
rules.load (configFile._data);
|
||||||
|
|
||||||
|
// TODO Provide the exclusions to the database, for use with new files.
|
||||||
|
|
||||||
// This value is not written out to disk, as there would be no point. Having
|
// This value is not written out to disk, as there would be no point. Having
|
||||||
// located the config file, the 'db' location is already known. This is just
|
// located the config file, the 'db' location is already known. This is just
|
||||||
// for subsequent internal use.
|
// for subsequent internal use.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue