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