18 lines
205 B
Text
18 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/
|