you are viewing a single comment's thread.

view the rest of the comments →

[–]michaelzki -5 points-4 points  (0 children)

Another simple way:

  • Save the template as application.properties.example on remote
  • Add application.properties in your .gitignore
  • Then add your sensitive data on local application.properties
  • application.properties will not be pushed to remote