Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Gitignore from server side

Tai Lam Phat May 12, 2015

Hi guys,

How can we use gitignore from server side instead from personal locally?

1 answer

0 votes
Seth
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 13, 2015

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.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events