I have created list definition and list instance programmatically (for document library). Now, every time I deploy my solution, my new list is created.
If I put some files in this document library, they are deleted next time I hit deploy (because new library is created).
Is it possible to recreate new library (when I deploy), but to keep files in the library (so that they don't get deleted)??