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

18 lines
213 B
Text

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