blawar / nut

GNU General Public License v3.0
1.08k stars 189 forks source link

[Bug] users.conf is under git #346

Open introkun opened 2 years ago

introkun commented 2 years ago

Describe the bug Users.conf is under Git. When user is changing users in the app the file is updated and the file is marked as modified in Git. User could commit this file to the repo. We should exclude this file from the Git repo w/o impacting existing users.

NUT version (or git hash):

introkun commented 2 years ago

git update-index --assume-unchanged

good workaround but not an ideal solution