Add .gitignore to ignore all except plugin folder

This commit is contained in:
bengizmo 2025-04-07 06:55:10 -03:00
parent a55122aa6d
commit e2ff991508

8
.gitignore vendored Normal file
View file

@ -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