Ignore logo file when creating the addon.
parent
431447f42f
commit
25c5219d77
|
@ -17,6 +17,7 @@
|
||||||
"*.sh",
|
"*.sh",
|
||||||
"*.txt",
|
"*.txt",
|
||||||
"*.gma",
|
"*.gma",
|
||||||
".git*"
|
".git*",
|
||||||
|
"logo.*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue