From efe681ffa986ecfc488f25ff94b38f89bc3461a5 Mon Sep 17 00:00:00 2001 From: raphael Date: Wed, 27 Nov 2024 14:01:14 +0100 Subject: [PATCH] chore: update .gitignore to exclude output directory and keep .gitkeep --- .gitignore | 11 ++--------- out/.gitkeep | 0 2 files changed, 2 insertions(+), 9 deletions(-) create mode 100644 out/.gitkeep diff --git a/.gitignore b/.gitignore index 4456f41..422a1d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,3 @@ -app.wasm -app.wat -png2c -penger.c -hand.c -index.html -museum.c -pengers.h node_modules/ -coin.c +out/* +!out/.gitkeep \ No newline at end of file diff --git a/out/.gitkeep b/out/.gitkeep new file mode 100644 index 0000000..e69de29