Support .gitignore in dbForge Source Control (Feature Request)

Support .gitignore in dbForge Source Control (Feature Request)

Please follow .gitignore for SQL Objects.  For instance, we have a convention to deprecate objects by prefixing them with "zzz_old_YYYYmmdd" and then waiting a few months before finally deleting them.  Source Control doesn't follow the .gitignore file so we have to filter each time we open Source Control to be able to see the real changes.



Filter example:


.gitignore example:

*.sql.design
.vs
*zzz_old_*