Skip to content

Commit

Permalink
refactor: remove old Gitpod configuration (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek authored Jan 28, 2024
1 parent e9873e7 commit 7aa50ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@

# conda env
.warlock/

# core demon model
resources/demon_model
17 changes: 0 additions & 17 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,3 @@ tasks:
g++ resources/demon_model/src/demon.cpp -o resources/demon_model/bin/demon -I.warlock/include -lm
echo "Ready to work!"
echo "Remember to switch to a feature branch before starting the development :)"
github:
prebuilds:
# enable for the default branch
master: true
# enable for all branches in this repo
branches: false
# enable for pull requests coming from this repo
pullRequests: true
# enable for pull requests coming from forks
pullRequestsFromForks: false
# add a check to pull requests
addCheck: prevent-merge-on-error
# add a "Review in Gitpod" button as a comment to pull requests
addComment: false
# add a "Review in Gitpod" button to the pull request's description
addBadge: true

0 comments on commit 7aa50ad

Please sign in to comment.