1
0
codeforces-template/.template.config/template.json

21 lines
502 B
JSON

{
"$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" ]
}
]
}
]
}