Index: sync/api/attachments/README |
diff --git a/sync/api/attachments/README b/sync/api/attachments/README |
new file mode 100644 |
index 0000000000000000000000000000000000000000..832dcf357a1eb74ef347450f91ab67e281a2fa98 |
--- /dev/null |
+++ b/sync/api/attachments/README |
@@ -0,0 +1,6 @@ |
+This directory contains the sync attachment interface code that is used by both |
+consumers of sync and sync itself. |
+ |
+Because parts of sync may depend on this code, it's important that it remains |
+"leafy" and never depends on sync/internal_api/ or else we may end up with |
+cycles. |