mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
67954b95aa
Since packr have been deprecated in favor of go:embed for quite some time now I have replaced it with plain go:embed functionality which makes it more future proof. The only downside is that go:embed can use relativ paths only, that's why I have moved the web/dist folder into api/public. Besides that I have refactored the static asset handling which includes basic last modification and cache control headers to improve the cache cache behavior for static assets.
33 lines
436 B
Plaintext
33 lines
436 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
|
|
/.dredd/config.json
|
|
/database.boltdb
|
|
/database.boltdb.lock
|
|
/database_test.boltdb
|
|
.DS_Store
|
|
node_modules/
|
|
|
|
/.idea/
|
|
/semaphore.iml
|
|
/bin/
|
|
|
|
util/version.go
|
|
/vendor/
|
|
/coverage.out
|
|
/public/package-lock.json
|
|
!.gitkeep
|
|
|
|
.dredd/compiled_hooks
|
|
.dredd/compiled_hooks.exe
|
|
|
|
.vscode
|
|
__debug_bin*
|
|
.task/
|