aboutsummaryrefslogtreecommitdiff
path: root/.template.config/template.json
blob: 0253817a17d5c85bf365a9ebdf255b5eb49d1258 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "$schema": "http://json.schemastore.org/template",
    "author": "Serghei Cebotari",
    "classifications": [ "Common", "Console", "Codeforces" ],
    "identity": "Codeforces.Console",
    "name": "Codeforces template with testing",
    "shortName": "codeforces",
    "tags": {
      "language": "C#",
      "type": "project"
    },
    "sources": [
      {
        "modifiers": [
          {
            "exclude": [ ".git/**", ".gitignore", "README.md" ]
          }
        ]
      }
    ]
  }