#pragma once #include constexpr std::string_view gitignore_file_name = ".gitignore"; constexpr std::string_view gitignore_file_content = R"( result* )";