diff options
Diffstat (limited to 'kel_cpp_boilerplate/c++/blueprints/gitignore.hpp')
| -rw-r--r-- | kel_cpp_boilerplate/c++/blueprints/gitignore.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kel_cpp_boilerplate/c++/blueprints/gitignore.hpp b/kel_cpp_boilerplate/c++/blueprints/gitignore.hpp index b09b153..d7d141e 100644 --- a/kel_cpp_boilerplate/c++/blueprints/gitignore.hpp +++ b/kel_cpp_boilerplate/c++/blueprints/gitignore.hpp @@ -1,8 +1,8 @@ #pragma once #include <string_view> -constexpr std::string_view gitignore_file_name = ".gitignore"; +constexpr std::string_view gitignore_file_path = ".gitignore"; -constexpr std::string_view gitignore_file_content = R"( -result* +constexpr std::string_view gitignore_file_content = +R"(result* )"; |
