.gitignore being automatically created by Eclipse IDE

Asked

Viewed 148 times

0

Every time I create a new Java project in Eclipse .gitignore is created with the information /bin/ within the same.

Can anyone tell me if it is possible for me to configure the IDE not to create it more automatically?

  • 1

    See if this helps: https://stackoverflow.com/a/24360124/4319922

  • 1

    @Statelessdev friend, post the answer to feed the base of pt.stackoverflow

  • 1

    @Erickluz if the OP says that it solved his problem, I create the answer.

  • @Statelessdev, grateful for your help, solved my problem!

  • Ok, @Diego . I created an answer. Mark it as correct, so future users know that it is a solution to the problem.

1 answer

1


It is possible that the "Automatically ignore derived Resources" option triggers the creation/modification of the .gitignore.

A solution for this behavior (i.e., preventing the creation/alteration of this file) would be:

Window → Preferences → Team → Git → Projects → Automatically ignore derived resources

Source

Browser other questions tagged

You are not signed in. Login or sign up in order to post.