diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 430cc4d..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,3 +0,0 @@ -# These are supported funding model platforms - -custom: https://getalby.com/p/sasjs diff --git a/.gitpod.dockerfile b/.gitpod.dockerfile deleted file mode 100644 index 6b680a1..0000000 --- a/.gitpod.dockerfile +++ /dev/null @@ -1,6 +0,0 @@ -FROM gitpod/workspace-full - -RUN sudo apt-get update \ - && sudo apt-get install -y doxygen \ - && sudo apt-get install -y graphviz \ - && sudo rm -rf /var/lib/apt/lists/* diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index b825a64..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,27 +0,0 @@ -tasks: - - init: npm install -g npm - - command: npm i - - command: npm i -g @sasjs/cli - -image: - file: .gitpod.dockerfile -vscode: - extensions: - - sasjs.sasjs-for-vscode - -github: - prebuilds: - # enable for the master/default branch (defaults to true) - master: true - # enable for all branches in this repo (defaults to false) - branches: false - # enable for pull requests coming from this repo (defaults to true) - pullRequests: true - # enable for pull requests coming from forks (defaults to false) - pullRequestsFromForks: true - # add a "Review in Gitpod" button as a comment to pull requests (defaults to true) - addComment: true - # add a "Review in Gitpod" button to pull requests (defaults to false) - addBadge: false - # add a label once the prebuild is ready to pull requests (defaults to false) - addLabel: prebuilt-in-gitpod