11 lines
137 B
Text
11 lines
137 B
Text
|
# Ignore everything
|
||
|
/*
|
||
|
|
||
|
# Track certain files and directories
|
||
|
!.gitignore
|
||
|
!renovate.json5
|
||
|
|
||
|
!/workflows/
|
||
|
/workflows/*
|
||
|
!/workflows/**.yaml
|