Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/meghna-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorganjher <plarredondom@gmail.com>2020-05-13 19:15:29 +0300
committerganjher <plarredondom@gmail.com>2020-05-13 19:15:29 +0300
commite4e6997b5a2d7e16bec0ea66415567ae652fac6a (patch)
tree25c0588d10d81befe9a6c438199a2e5a3bb3108e /.gitpod.yml
parent990af3f9b00229ba0df58ff17ae914cfb520b8f7 (diff)
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.
Diffstat (limited to '.gitpod.yml')
-rw-r--r--.gitpod.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..04219cd
--- /dev/null
+++ b/.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."