Semaphore/.gitignore
Denis Gukov d417f95273 feat(be): feat(fe): add websocket for task logs
Additionally:
- Added link for running task, https://github.com/ansible-semaphore/semaphore/issues/481
- Added class Listenable and unit tests for it
2020-11-22 04:28:51 +05:00

27 lines
311 B
Plaintext

gin-bin
build/
web/public/js/bundle.js
web/public/css/*.*
web/public/html/**/*.*
web/public/fonts/*.*
web2/dist
web2/.nyc_output
config.json
.DS_Store
node_modules/
.idea/
/bin/
*-packr.go
util/version.go
/vendor/
/coverage.out
/public/package-lock.json
!.gitkeep
.dredd/compiled_hooks
.vscode
__debug_bin*