mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-21 17:01:04 +01:00
6050609f84
Some checks are pending
Dev / build-local (push) Waiting to run
Dev / migrate-boltdb (push) Blocked by required conditions
Dev / migrate-mysql (push) Blocked by required conditions
Dev / migrate-mariadb (push) Blocked by required conditions
Dev / migrate-postgres (push) Blocked by required conditions
Dev / integrate-boltdb (push) Blocked by required conditions
Dev / integrate-mysql (push) Blocked by required conditions
Dev / integrate-mariadb (push) Blocked by required conditions
Dev / integrate-postgres (push) Blocked by required conditions
Dev / deploy-server (push) Blocked by required conditions
Dev / deploy-runner (push) Blocked by required conditions
34 lines
474 B
Plaintext
34 lines
474 B
Plaintext
gin-bin
|
|
build/
|
|
web/public/js/bundle.js
|
|
web/public/css/*.*
|
|
web/public/html/**/*.*
|
|
web/public/fonts/*.*
|
|
web/.nyc_output
|
|
api/public/**/*
|
|
/config.json
|
|
/config-runner.json
|
|
/config-runner-token.txt
|
|
/.dredd/config.json
|
|
/database.boltdb
|
|
/database.boltdb.lock
|
|
/database_test.boltdb
|
|
.DS_Store
|
|
node_modules/
|
|
|
|
/.idea/
|
|
/semaphore.iml
|
|
/bin/
|
|
|
|
/vendor/
|
|
/coverage.out
|
|
/public/package-lock.json
|
|
!.gitkeep
|
|
|
|
.dredd/compiled_hooks
|
|
.dredd/compiled_hooks.exe
|
|
|
|
__debug_bin*
|
|
.task/
|
|
/web/.env
|
|
/.venv/ |