Add .gitignore to ignore all except plugin folder
This commit is contained in:
parent
a55122aa6d
commit
e2ff991508
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
Normal file
8
.gitignore
vendored
Normal 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
|
||||||
Loading…
Reference in a new issue