Add .azcopy to ignored vite path (#71) When vite detects changes to root level files, it forces a full page refresh instead of an hot module reload. Since we periodically include these files in our commit history, we should ignore them for the purposes for vite builds.