ublue-forge/anvil/.containerignore

13 lines
202 B
Text
Raw Normal View History

2024-05-09 12:17:52 +00:00
# Don't add the following files to the container
2024-05-10 13:53:09 +00:00
## Ansible files
**/collections/ansible_collections
**/fact_cache
2024-05-09 12:17:52 +00:00
## Python cache
**/__pycache__
## Podman build files
.containerignore
2024-05-10 13:53:09 +00:00
Containerfile