Search code examples
gitgithubgitlabmicrofocus

Unignoring a file in .gitignore is not working. I want GIT to unignore bin directory?


I have tried the following solution but .gitignore overriding the unignore line.

!/bin/

after compilation, it overrides as follows

!/bin/
/bin/

Solution

  • Found these settings on microfocus Enterprise Developer :

    Windows -> Preferences -> Team - Git -> Projects -> "Automatically ignore derived resources by adding them to .gitignore"

    After removing or unchecking the line, it stopped updating /bin/ line on gitignore