mirror of
https://github.com/acaloiaro/newsbox
synced 2026-07-21 10:12:26 +00:00
23 lines
301 B
YAML
23 lines
301 B
YAML
|
|
app_root: .
|
||
|
|
ignored_folders:
|
||
|
|
- vendor
|
||
|
|
- log
|
||
|
|
- logs
|
||
|
|
- assets
|
||
|
|
- public
|
||
|
|
- grifts
|
||
|
|
- tmp
|
||
|
|
- bin
|
||
|
|
- node_modules
|
||
|
|
- .sass-cache
|
||
|
|
included_extensions:
|
||
|
|
- .go
|
||
|
|
- .env
|
||
|
|
build_path: tmp
|
||
|
|
build_delay: 200ns
|
||
|
|
build_target_path: "./cmd/app"
|
||
|
|
binary_name: foobar-build
|
||
|
|
command_flags: []
|
||
|
|
enable_colors: true
|
||
|
|
log_name: buffalo
|