mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 18:37:32 +00:00
Oliver Davies
f98a69e21f
* Add Sculpin as a project type * Declare initial files to generate * Add flake.nix.twig * Add .gitignore.twig * Add run.twig
13 lines
139 B
Twig
13 lines
139 B
Twig
# {{ managedText|raw }}
|
|
|
|
/output_*/
|
|
/vendor/
|
|
|
|
{% if isFlake %}
|
|
/.direnv/
|
|
{% endif %}
|
|
|
|
{% for path in git.ignore %}
|
|
{{ path }}
|
|
{% endfor %}
|