I have a repository on GitHub where I have two branches, main and production. production is my development environment and main my release environment. But I have a CHANGELOG.md file in production that I don't want in main because I want there a changelog file unique for main.
Is there a way that I can merge my procuction branch with my main branch without merging CHANGELOG.md?
 
    