jinjaturtle/.gitignore
Miguel Jacq f992da47ee
Some checks failed
CI / test (push) Failing after 33s
Lint / test (push) Successful in 23s
Trivy / test (push) Successful in 22s
Improvements
* Preserve comments in Jinja2 templates
 * Handle truthy/falsy statements better
 * Handle params that have an empty value (php.ini is notorious)
 * Add indentation to yaml and also starting --- so yamllint passes
2025-11-25 16:35:18 +11:00

9 lines
71 B
Text

*.swp
*.pyc
__pycache__
.pytest_cache
dist
.coverage
*.yml
*.j2
*.toml