From 0ca7c88d3ec05c424e57fad12064147ccc384d84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81d=C3=A1m=20Kov=C3=A1cs?= Date: Mon, 3 Mar 2025 06:12:17 +0100 Subject: [PATCH] test: more test file for test module --- src/test_module/.alma-config.json | 3 +++ src/test_module/test2.txt | 0 2 files changed, 3 insertions(+) create mode 100644 src/test_module/test2.txt diff --git a/src/test_module/.alma-config.json b/src/test_module/.alma-config.json index 1adf63f..d59f3cc 100644 --- a/src/test_module/.alma-config.json +++ b/src/test_module/.alma-config.json @@ -1,6 +1,9 @@ { "default": { "target": "~/.config/test_module", + "exclude": [ + "test2.txt" + ], "links": { "test_folder": "test_folder", "test_folder2": "test_folder3" diff --git a/src/test_module/test2.txt b/src/test_module/test2.txt new file mode 100644 index 0000000..e69de29