Hello Everyone,
I am facing this issue where when i merge my code from dev to stage pipeline , I get a merge conflict error on bitbucket-pipelines.yml and config.js.
It is a requirement that these two files stay different in both pipelines as they contain configurations specific to them.
I have tried adding .gitignore file with entry of yml file and config.js directly into the repo through UI but that doesn't seem to help
I also tried applying .gitattributes by following this answer on stackoverflow: gitattributes
but i still get the merge conflict.
Any help would be much appreciated.
Thanks in advanced!