mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 10:17:32 +00:00
Oliver Davies
2e701e7dd5
Without this commit, I get this error: > Unable to find template "common/.githooks/prepare-commit-msg.twig" (looked into: phar:///home/opdavies/Code/personal/build-configs/nix-derivation/dist/build-configs/templates). I don't know why this isn't added by the `templates` value that's already there, but adding `templates/common/.githooks` explicitly fixes the error when running the `app:generate` command.
20 lines
418 B
Plaintext
20 lines
418 B
Plaintext
{
|
|
"output": "dist/build-configs",
|
|
"files": [
|
|
".env",
|
|
"autoload_runtime.template",
|
|
"src/Controller/.gitignore"
|
|
],
|
|
"directories": [
|
|
"config",
|
|
"resources",
|
|
"templates",
|
|
"templates/common/.githooks",
|
|
"var"
|
|
],
|
|
"force-autodiscovery": true,
|
|
"check-requirements": false,
|
|
"exclude-composer-files": false,
|
|
"compression": "GZ"
|
|
}
|