async-esp-fs-webserver
async-esp-fs-webserver copied to clipboard
Two "src/version.cpp" files in repository generate cloning warning on windows
Ther is two files in the src directory :
- Version.cpp ("V")
- version.cpp ("v")
It generate error on filesystem that are not "case sensitive" (Windows) :
warning: the following paths have collided (e.g. case-sensitive paths
on a case-insensitive filesystem) and only one from the same
colliding group is in the working tree:
'src/Version.cpp'
'src/version.cpp'
Maybe a small cleanup is require ;-)
Hi just delete on of them
version.cpp removed.