diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000000..04219cd952 --- /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."