GitHub · Example Payload

Github Gitignore Templates Gitignore Template Example

CodePipelinesPlatformSoftware DevelopmentSource ControlT1

Github Gitignore Templates Gitignore Template Example is an example object payload from GitHub, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namesource

Example Payload

Raw ↑
{
  "name": "C",
  "source": "# Object files\n*.o\n\n# Libraries\n*.lib\n*.a\n\n# Shared objects (inc. Windows DLLs)\n*.dll\n*.so\n*.so.*\n*.dylib\n\n# Executables\n*.exe\n*.out\n*.app\n"
}