From c2406bc791e3d57a2d7b2ff92bd8487b37abc5ba Mon Sep 17 00:00:00 2001 From: Tomas Carnecky Date: Thu, 7 May 2026 22:19:49 +0200 Subject: [PATCH] . --- foo/bar/baz.txt | 1 + package.json | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 foo/bar/baz.txt create mode 100644 package.json diff --git a/foo/bar/baz.txt b/foo/bar/baz.txt new file mode 100644 index 0000000..60fffd1 --- /dev/null +++ b/foo/bar/baz.txt @@ -0,0 +1 @@ +date diff --git a/package.json b/package.json new file mode 100644 index 0000000..ee17e31 --- /dev/null +++ b/package.json @@ -0,0 +1,4 @@ +{ + "private": true, + "name": "mytest" +} -- 2.51.2