I am deploying jenkins with Git.
Almost process are fine, but can't build if project has .gitIgnore file.
Maven compiler can't recognize files that described on git ignore file.
But I need git ignore files because I should hide DB connection info and My authentication info on GitHub.
How can I config that?