ADDONS: make addons/ discoverable by git via .gitignore
When the contrib/ parts were moved to addons/, no rule was added in .gitignore to make addons/ searchable for new files, let's fix it.
This commit is contained in:
parent
7c980dffad
commit
90f2c7f41a
|
@ -19,6 +19,7 @@
|
||||||
!/SUBVERS
|
!/SUBVERS
|
||||||
!/VERDATE
|
!/VERDATE
|
||||||
!/VERSION
|
!/VERSION
|
||||||
|
!/addons
|
||||||
!/admin
|
!/admin
|
||||||
!/dev
|
!/dev
|
||||||
!/doc
|
!/doc
|
||||||
|
|
Loading…
Reference in New Issue