From e2ff9915084a79579767f2eeb7427e33c792ad11 Mon Sep 17 00:00:00 2001 From: bengizmo Date: Mon, 7 Apr 2025 06:55:10 -0300 Subject: [PATCH] Add .gitignore to ignore all except plugin folder --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..85817e39 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# Ignore everything in the root directory by default +* + +# But DO NOT ignore the plugin directory +!hvac-community-events/ + +# Also DO NOT ignore this .gitignore file itself +!.gitignore \ No newline at end of file