Skip to content

Commit 7166f5c

Browse files
authored
Fix .gitattributes to include addon (#413)
* Fix git attribute * Update git attributes
1 parent d29775a commit 7166f5c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitattributes

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@
33

44
# Only include the addons folder when downloading from the Asset Library.
55
/** export-ignore
6+
7+
/addons !export-ignore
8+
/addons/** export-ignore
9+
610
/addons/gaea !export-ignore
7-
/addons/gaea/** !export-ignore
11+
/addons/gaea/** !export-ignore

0 commit comments

Comments
 (0)