From 7153062a27189e4806b19b08d13ecac911b22a01 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Mon, 20 May 2024 17:29:18 +0200 Subject: [PATCH] feat: ignore custom wildcards --- wildcards/.gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 wildcards/.gitignore diff --git a/wildcards/.gitignore b/wildcards/.gitignore new file mode 100644 index 00000000..7e4ac188 --- /dev/null +++ b/wildcards/.gitignore @@ -0,0 +1,8 @@ +*.txt +!animal.txt +!artist.txt +!color.txt +!color_flower.txt +!extended-color.txt +!flower.txt +!nationality.txt \ No newline at end of file