0

I make a program that has next file system:

-.git/
-main.py
-setting.json
...

First, I upload the default setting.json to github repository.

Then changing setting.json for testing, but i don't want to push the changed setting.json.

Now, i am using just

git add filname

for changed code.

Is it the best leaving the setting.json on modified state? setting.json needs to write secret key in the file.

0 Answers0