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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.