0
I have a persistence file called persistence.xml in the paths:
/git/meuRepositorio/Meuprojeto/src/main/Resources/META-INF/persistence.xml
And I’d like to include you in .gitignore
, I put that path in the .gitignore
, I commit and push, but persistence is still seen by git, which way should I do it, so it’s ignored in GIT?
Just remembering that I’m using the GitHub
.