pull/400/merge
lilh0rn3t 2025-03-19 14:09:53 +08:00 committed by GitHub
commit 675a9640ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 15 additions and 0 deletions

7
.gitpod.Dockerfile vendored Normal file
View File

@ -0,0 +1,7 @@
FROM gitpod/workspace-full
# Install custom tools, runtimes, etc.
# For example "bastet", a command-line tetris clone:
# RUN brew install bastet
#
# More information: https://www.gitpod.io/docs/config-docker/

6
.gitpod.yml Normal file
View File

@ -0,0 +1,6 @@
image:
file: .gitpod.Dockerfile
tasks:
- init: 'echo "TODO: Replace with init/build command"'
command: 'echo "TODO: Replace with command to start project"'

2
README.md Normal file
View File

@ -0,0 +1,2 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/OpenVPN/openvpn-gui)