I've got a program with (you guessed it) a .properties file.
I've saved new values for properties while running the program through visual studio's debugging system.
The changed properties are persistent when running the program (they appear in text boxes, as per my code), but when I view the settings file within visual studio, they are the same as before I changed them.
Two questions here:
-Would these settings reset back to default if I were to compile and export the project?
-Will these modified settings be still viewable if I commit the project changes to github (using the visual studio gitignore)
Thanks for any responses..