It annoying to have to always clear out all files automatically produced by text editors before running JuliaFormatter:
julia> format(".")
ERROR: SystemError: opening file "src/.#fileiameditting.jl": No such file or directory
Ideally, it would check for a .gitignore, and ignore everything matching the patterns there.