It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi guys,
How can we use gitignore from server side instead from personal locally?
I can think of two possible reasons why you're asking this question:
1) If you are trying to have a consistent .gitignore across users, you just have to add and commit the .gitignore file to your repo.
2) If there are files showing up in Bitbucket that you want to ignore, .gitignore is not going to solve the problem. If files are in Bitbucket, then they're already being tracked by Git (you've committed them). .gitignore is for hiding uncommitted files. You'll have to remove those files from the repository, and commit the removal.
This community is celebrating its one-year anniversary and Atlassian co-founder Mike Cannon-Brookes has all the feels.
Read moreBitbucket Pipelines helps me manage and automate a number of serverless deployments to AWS Lambda and this is how I do it. I'm building Node.js Lambda functions using node-lambda ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.