exclude /docs when packaging ccx file
parent
b4a0ab8a7b
commit
b1a2392ee9
|
|
@ -29,6 +29,9 @@ original_mask.png
|
|||
/jimp/browser/lib/jimp.js
|
||||
|
||||
|
||||
# comments when packaging (uxp packager will use .gitignore to ignore files):
|
||||
# comments when packaging (include in the package,uxp packager will use .gitignore to ignore files):
|
||||
*/dist/*LICENSE.txt
|
||||
*/dist/*.bundle.js
|
||||
|
||||
# uncomments when packaging (don't include in the package)
|
||||
# /docs
|
||||
|
|
|
|||
Loading…
Reference in New Issue