From 84c2ba538c3cc199720d24c0bf680bf496b46826 Mon Sep 17 00:00:00 2001 From: Benjamin Brahmer Date: Mon, 24 Oct 2022 17:16:08 +0200 Subject: Create tests for the updating and purging functions via the API Signed-off-by: Benjamin Brahmer --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7f9ed3550..c219d71ff 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,9 @@ site/ #bats tests/api/helpers/settings-override.bash +tests/test_helper/feeds/test.xml +tests/test_helper/feeds/feed1.xml +tests/test_helper/feeds/feed2.xml # python PKG-INFO -- cgit v1.2.3 From 14b6c2d55f7d65d34e457e11199a555f46f9a9a6 Mon Sep 17 00:00:00 2001 From: Manuel Sailer Date: Mon, 17 Apr 2023 11:20:35 +0200 Subject: Ignore Visual Studio Code settings (#2204) --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c219d71ff..155c2f8d7 100644 --- a/.gitignore +++ b/.gitignore @@ -70,3 +70,6 @@ nbproject # Mac OS .DS_Store *.iml + +# VS Code +.vscode \ No newline at end of file -- cgit v1.2.3