When I create a package named "security" git automatically ignores it even though I don't have "security" in my .gitignore file(Both .gitignore files, global .gitignore and project specific .gitignore file). Do you know what can be causing this issue? Is it possible for "security" word is some kind of keyword for the git or something like that? As you can see in the picture below git automatically ignores it. PS: I'm using intelliJ idea on Windows 10 Pro OS. Also I created another package and named it as "scrt" and put the same class with the exactly the same codes in it, it seems to be ok, but security package still causes problem.
You can see it in this picture
2.1m questions
2.1m answers
60 comments
57.0k users