summaryrefslogtreecommitdiff
path: root/fakefile.disabled
diff options
context:
space:
mode:
Diffstat (limited to 'fakefile.disabled')
-rw-r--r--fakefile.disabled10
1 files changed, 10 insertions, 0 deletions
diff --git a/fakefile.disabled b/fakefile.disabled
new file mode 100644
index 0000000..72a06d9
--- /dev/null
+++ b/fakefile.disabled
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+// name changed so automated .proto tools don't see it
+
+package filepb;
+
+message FakeFile {
+ string uuid = 1; // `autogenpb:uuid:`
+ string version = 2; // `autogenpb:version:`
+}