Skip to content

Commit

Permalink
Add Git Code Hosting to Drone harness#3364
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesHarness committed Sep 21, 2023
2 parents ff219fb + f327142 commit 6c0a904
Show file tree
Hide file tree
Showing 2,476 changed files with 191,839 additions and 72,036 deletions.
14 changes: 12 additions & 2 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
*
!release/*
*.sqlite
*.sqlite3
web/node_modules
web/dist
release
.idea
coverage.out

# ignore any executables we build
/gitness
/gitrpcserver
/gitness-githook
107 changes: 0 additions & 107 deletions .drone.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/readme.md

This file was deleted.

3 changes: 0 additions & 3 deletions .github_changelog_generator

This file was deleted.

28 changes: 18 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
.vscode
.DS_Store
NOTES*
__debug_bin
*.sqlite
*.txt
*.out
*.key
_research
.env
.env.*
release/
scripts/*.go
docker/**/data
TODO*
*.sqlite
*.sqlite3
web/node_modules
web/dist
web/coverage
yarn-error*
release
.idea
.vscode/settings.json
coverage.out
gitness.session.sql

# ignore any executables we build
/gitness
/gitrpcserver
/gitness-githook
File renamed without changes.
Loading

0 comments on commit 6c0a904

Please sign in to comment.