Skip to content

Commit 2fb8406

Browse files
committed
chore(git): ignore generated config file
Ignore the config/config.yaml file as it is generated by 'vsr init' and contains environment-specific settings. This prevents accidental commits of local or sensitive configuration. Signed-off-by: Srinivas A <[email protected]>
1 parent a1f17d7 commit 2fb8406

File tree

2 files changed

+3
-524
lines changed

2 files changed

+3
-524
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,3 +158,6 @@ dashboard/frontend/index.html.old
158158

159159
# Kind cluster configuration
160160
tools/kind/kind-config.yaml
161+
162+
# Generated by 'vsr init' - contains environment-specific settings
163+
config/config.yaml

0 commit comments

Comments
 (0)