From d5c3502ba0a706122a4e9fdf22af55b56a721649 Mon Sep 17 00:00:00 2001 From: kkard2 Date: Mon, 10 Jul 2023 19:34:23 +0200 Subject: don't store auto-generated things --- espanso/match/.gitignore | 2 ++ espanso/match/img.yml | 19 ------------------- 2 files changed, 2 insertions(+), 19 deletions(-) create mode 100644 espanso/match/.gitignore delete mode 100644 espanso/match/img.yml (limited to 'espanso/match') diff --git a/espanso/match/.gitignore b/espanso/match/.gitignore new file mode 100644 index 0000000..42cb622 --- /dev/null +++ b/espanso/match/.gitignore @@ -0,0 +1,2 @@ +img.yml +gif.yml diff --git a/espanso/match/img.yml b/espanso/match/img.yml deleted file mode 100644 index 45ffcdf..0000000 --- a/espanso/match/img.yml +++ /dev/null @@ -1,19 +0,0 @@ -matches: - - trigger: ;;iahh - image_path: $CONFIG/assets/img/ahh.png - - trigger: ;;ialert - image_path: $CONFIG/assets/img/alert.png - - trigger: ;;iangry - image_path: $CONFIG/assets/img/angry.png - - trigger: ;;ihuh - image_path: $CONFIG/assets/img/huh.png - - trigger: ;;ikot - image_path: $CONFIG/assets/img/kot.png - - trigger: ;;ikot_w_misce - image_path: $CONFIG/assets/img/kot_w_misce.png - - trigger: ;;imy_wife_reaction_to_that_information - image_path: $CONFIG/assets/img/my_wife_reaction_to_that_information.png - - trigger: ;;ipipe - image_path: $CONFIG/assets/img/pipe.png - - trigger: ;;irozpacz - image_path: $CONFIG/assets/img/rozpacz.png -- cgit v1.3.1