Fix lint error - include database domain before excluding
Added database domain to included paths before excluding pwa_cache.db to fix FullBackupContent lint error. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<full-backup-content>
|
<full-backup-content>
|
||||||
<include domain="sharedpref" path="."/>
|
<include domain="sharedpref" path="."/>
|
||||||
|
<include domain="database" path="."/>
|
||||||
<exclude domain="database" path="pwa_cache.db"/>
|
<exclude domain="database" path="pwa_cache.db"/>
|
||||||
</full-backup-content>
|
</full-backup-content>
|
||||||
Reference in New Issue
Block a user