From c0756c9e63a56f504564594189a8e2cb22b9db23 Mon Sep 17 00:00:00 2001 From: quirinecker Date: Tue, 24 Jan 2023 14:17:04 +0100 Subject: [PATCH] updated gitignore so the test test reources are excluded --- .gitignore | 2 +- res/test/docs/core/functions.adoc | 0 res/test/docs/core/index.adoc | 0 res/test/docs/fail.txt | 0 res/test/docs/functions.adoc | 0 res/test/docs/index.adoc | 0 6 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 res/test/docs/core/functions.adoc create mode 100644 res/test/docs/core/index.adoc create mode 100644 res/test/docs/fail.txt create mode 100644 res/test/docs/functions.adoc create mode 100644 res/test/docs/index.adoc diff --git a/.gitignore b/.gitignore index 1733ca8..130f279 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ /target dist -docs +./docs diff --git a/res/test/docs/core/functions.adoc b/res/test/docs/core/functions.adoc new file mode 100644 index 0000000..e69de29 diff --git a/res/test/docs/core/index.adoc b/res/test/docs/core/index.adoc new file mode 100644 index 0000000..e69de29 diff --git a/res/test/docs/fail.txt b/res/test/docs/fail.txt new file mode 100644 index 0000000..e69de29 diff --git a/res/test/docs/functions.adoc b/res/test/docs/functions.adoc new file mode 100644 index 0000000..e69de29 diff --git a/res/test/docs/index.adoc b/res/test/docs/index.adoc new file mode 100644 index 0000000..e69de29