Files.writeString(created,"This file is used to keep an empty folder when git uploads, If you put other files in the folder, delete this file please");
returncreated.toFile();
}catch(IOExceptionignore){
returnnull;
returncreated;
}catch(IOExceptione){
thrownewBaseException("Failed to create .gitkeep file",e);