This repository has been archived on 2024-04-29. You can view files and clone it, but cannot push or open issues or pull requests.
vyos-config/.gitignore
2023-03-29 13:30:45 -05:00

17 lines
205 B
Text

# Ignore everything
/*
# Track certain files and directories
!.gitignore
!.gitattributes
!.sops.yaml
!apply-config.sh
!secret.sops.env
# VyOS config
!scripts/
!config-parts/
!containers/
# CI
!.github/