RE: Git clean removing tracked files semi-regularly

2018-08-28 Thread Brennan Conroy
I'm using windows. Have had it happen on 8.1 and 10. "git status" shows "nothing to commit, working tree clean". I am using git version 2.17.1.windows.2 -Original Message- From: brian m. carlson Sent: Monday, August 27, 2018 5:58 PM To: Brennan Conroy Cc: git@vge

Git clean removing tracked files semi-regularly

2018-08-27 Thread Brennan Conroy
Hello, I work on a project that uses git. "git clean -xdf" is a common command to run to clean up the environment, however sometimes this command deletes the entire contents of two of the folders and all the files it deletes are being tracked which according to the documentation should not be