remove svg file from packaging

This commit is contained in:
João Moreno 2021-05-12 15:53:15 +02:00
Родитель ba58eea541
Коммит bb8cf0390b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 896B853774D1A575
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -4,7 +4,7 @@
"steps": [
{
"file": "src/extension.ts",
"description": "Hey 👋 Welcome to CodeTour! CodeTour is a VS Code extension that allows you to record and play back walkthroughs of your codebases. The CodeTour codebase itself is comprised of two main components:\n\n* **Recorder:** Allows a repo maintainer/member to create a tour using a visual experience\n* **Player:** Allows members of the repo to view a recorded tour\n\n![Overview](./overview.drawio.svg)",
"description": "Hey 👋 Welcome to CodeTour! CodeTour is a VS Code extension that allows you to record and play back walkthroughs of your codebases. The CodeTour codebase itself is comprised of two main components:\n\n* **Recorder:** Allows a repo maintainer/member to create a tour using a visual experience\n* **Player:** Allows members of the repo to view a recorded tour\n\n![Overview](https://raw.githubusercontent.com/microsoft/codetour/main/overview.drawio.svg)",
"line": 13
}
]

Просмотреть файл

@ -9,4 +9,5 @@ tsconfig.json
webpack.config.js
**/*.vsix
.git/**
.github/**
.github/**
**/*.svg