diff options
| author | kkard2 <[email protected]> | 2023-07-10 19:34:23 +0200 |
|---|---|---|
| committer | kkard2 <[email protected]> | 2023-07-10 19:35:13 +0200 |
| commit | dc321030a5be816b7e20992aeae860f640539180 (patch) | |
| tree | 1bded1c79a19f78d89c8cb386970bdfad649d9bd /espanso/match | |
| parent | 371cac99ca01b74cfe7b164c6d39c7ab626a1e48 (diff) | |
don't store auto-generated things
Diffstat (limited to 'espanso/match')
| -rw-r--r-- | espanso/match/.gitignore | 2 | ||||
| -rw-r--r-- | espanso/match/img.yml | 19 |
2 files changed, 2 insertions, 19 deletions
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 |
