i want to ignore file bitbucket-pipelines.yml when push or pull code.
I have added the command line to .gitignore but it doesn't seem to be executing
G'day @Huy Pham and welcome to the community.
I am just checking if the bitbucket-pipeline.yml is tracked or not. Because if it's tracked, then gitignore will not work.
That said, do check our guide on gitignore below under ignoring previously committed files if the yml was created earlier:
https://www.atlassian.com/git/tutorials/saving-changes/gitignore
Let me know if you have any questions.
Regards,
syahrul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.