You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
On our team there are a couple of us that use Sourcetree and with it a global gitignore. Unfortunately there are also some developers that use other git tools and don't have a global gitignore. I need for those of us using the global ignore method, rather than making one for every project, have a copy of our global sent up to GitLab on push from Sourcetree.
Hi @David Wheeler ! How are you doing?
We did not find an easy way to acomplish that.
What worked out for us was installing a server side App in our Bitbucket Server to block pushes with same extensions in files. Use used to use File Hooks Plugin and now we are moving to Control Freak for Bitbucket Server (https://marketplace.atlassian.com/apps/1217635/control-freak-for-bitbucket-server?hosting=server&tab=overview).
I suppose you could find something similar for GitLab.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.