Просмотр исходного кода

Add gitpod config

this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
tags/v1.0.0
ganjher 4 лет назад
Родитель
Сommit
e4e6997b5a
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      .gitpod.yml

+ 4
- 0
.gitpod.yml Просмотреть файл

@@ -0,0 +1,4 @@
tasks:
- init: echo "Replace me with a build script for the project."
command: echo "Replace me with something that should run on every start, or just
remove me entirely."

Загрузка…
Отмена
Сохранить