0c66fc6010
Move three directories into their target topology: - doctate-common/ -> common/ - client-desktop/ -> clients/desktop/ - watch/wearos/ -> clients/wearos/ Update doctate-common path-dependency in 3 Cargo.toml files (server, clients/desktop, experiments) and the workspace members list in the root Cargo.toml. Crate names unchanged (doctate-server, doctate-common, doctate-desktop). Workspace still in single-Cargo.lock form; isolation into standalone workspaces follows in stage 3. All 508 tests pass, experiments standalone-workspace also resolves the new path.
8 lines
279 B
XML
8 lines
279 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<lint>
|
|
<!-- Ignore the IconLocation for the Tile preview images -->
|
|
<issue id="IconLocation">
|
|
<ignore path="res/drawable/tile_preview.png" />
|
|
<ignore path="res/drawable-round/tile_preview.png" />
|
|
</issue>
|
|
</lint> |