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?
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
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
Browser other questions tagged java git eclipse
You are not signed in. Login or sign up in order to post.
See if this helps: https://stackoverflow.com/a/24360124/4319922
– StatelessDev
@Statelessdev friend, post the answer to feed the base of pt.stackoverflow
– Erick Luz
@Erickluz if the OP says that it solved his problem, I create the answer.
– StatelessDev
@Statelessdev, grateful for your help, solved my problem!
– Diego
Ok, @Diego . I created an answer. Mark it as correct, so future users know that it is a solution to the problem.
– StatelessDev