Hi,
We have 10 + bitbucket projects and each project has 50 + repositories. For my businiess use case, Maintaining .gitignore file at all locations is not secure and efficient way as i will continuously have add-on's to .gitignore file and also there are chances that developers may remove .gitignore file or force commit files. Would like to know steps to setup gitignore file to avoid files and folders at bitbucket project level.
Thank you!
Hi!
you need to create a manually that file. (Because that file is just instruction of excludes for your repo)
https://git-scm.com/docs/gitignore
Or write a script to expose that files
That is not an answer!
Other systems provide better way of addressing this requirement: .gitignore API | GitLab
Is there something similar in Bitbucket datacenter?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.