I wasn't sure where I'm supposed to configure ignoring file types such as *.swp produced by vim when using gatsby develop. Currently, it reloads every time I switch between viewing different files since vim produces a .swp file for the current buffer. Not a big issue, but it would be nice to ignore. It might be good to go ahead and add that as default along with a *.swp entry to the default .gitignore.