How to exclude files when submitting to extension library?

I’m almost sure the answer is written somewhere, but I just can’t find it. How can I exclude files when submitting to the extension library? Using .gitignore doesn’t work.

There’s currently no way to do this, other than to remove them yourself when submitting. But we could consider adding an ignore file of some kind to do this!

1 Like

This would be great, thanks. :slight_smile:
Because I accidentally uploaded some dev files first.

I used to place my Name.novaextension in a sub directory of my projects and copy only the files meant to be published to the Nova Library.

I set up some Nova tasks to create the Name.novaextension directory and when building copying the needed files.

2 Likes

Thanks. I will give it a try :+1:

1 Like