You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried LaTeXCompiler for the first time, motivated by wanting to keep auxiliary files out of my main working folder. It did do that, but I expected it to only move files generated during the LaTeX compilation process. Instead, it also moved git's hidden .git folder for my project's git repository, the .gitignore file, and all markdown files (README.md and several others) into the specified aux_folder, which I do not want or expect to happen.