Hi Folks,
I have a situation where I have multiple run mode based OSGi config files(for example), stored in Github repo.
Config.dev.author
- File 1
- File 2
- File3
Config.dev.publish
- File 4
- File 5
- File 6
Since these configs contains secrets, I cannot have that as a part of my package in Github. Is there a way I can remove these files from Github and organize it in a different way?
Thanks
Tanmay