Learn/C++/C++ Beginner/Git & Professional C++ Workflow/Checkpoint: Repository/Commit or IgnoreCommit or IgnoreChallenge on lesson: Checkpoint: RepositoryInstructionsCodeOutputImplement should_commit(path) returning true for files a professional C++ repo commits: src/main.cpp, include/app.hpp, CMakeLists.txt, README.md, .gitignore → true; build/CMakeCache.txt, main.o, finance (binary), cmake-build-debug/x → false (generated artifacts).Difficulty: beginnerSubmitPress Submit to check your solution.Back to lesson: Checkpoint: Repository