From cda5eafce826781b23019b6416448b7d19cdeea9 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Wed, 15 May 2024 11:44:54 +0200 Subject: [PATCH] ignore all wasm files --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f8cc6d979..02a9ec3bf 100644 --- a/.gitignore +++ b/.gitignore @@ -36,4 +36,4 @@ dev_pgdata/ *.sqldump # compiled example plugin -plugins/plugin.wasm +plugins/*.wasm