From 32df6db4b44ce901b7a9a10d1299d507dd218641 Mon Sep 17 00:00:00 2001 From: vdbe <44153531+vdbe@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:58:25 +0100 Subject: [PATCH] refactor: re-include gitignore (#154) Ignore custom (with the exception of documentation/examples) so no custom user modules make it upstream --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..beab4f1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +custom +!custom/README.md +!custom/example.sh