After starting our build process, some files are displayed in SourceTree with changes only in the form of spaces. Leaving aside the discussion of whether automatically created files should be created in source control, my problem is this:
Files are displayed in an uncommitted window. If I try to fix them, I will get the error below.
Ideally, I would like SourceTree to be smart enough not to display these files as modified in the first place. Is there a good way to do this?
git -c diff.mnemonicprefix = false -c core.quotepath = false commit -q -FC: ---- \ fc1hkokv.mod - ----. js
In the function of the / 14006-clinical notes branch, Changes are not made to commit: (use "git add ..." to update what will be done) (use "git checkout -..." to discard changes in the working directory)
changed: xxxx.js no changes were added to commit (use "git add" and / or "git commit -a")
warning: LF will be replaced by CRLF in xxx.js. The file will have the original line endings in your working directory.
source share