nut
nut copied to clipboard
[Bug] users.conf is under git
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):
- Nut: 3.3
- Git hash a5f75bc060c9521c056a99241966c2587489831a
git update-index --assume-unchanged conf/users.conf
git update-index --assume-unchanged
good workaround but not an ideal solution