Skip to content

Commit 3c4585e

Browse files
committed
chore: update .gitignores to clarify tool version management file exclusion
1 parent c5ff31e commit 3c4585e

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

govtool/backend/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
# other
22
.vscode
33
dev-config.json
4+
5+
# Tool version management file (e.g., asdf version manager)
6+
.tool-versions

govtool/frontend/.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
/.lighthouseci
77
/yarn-error.log
88
.env
9-
coverage
9+
coverage
10+
11+
# Tool version management file (e.g., asdf version manager)
12+
.tool-versions

govtool/metadata-validation/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ pids
5454

5555
# Diagnostic reports (https://nodejs.org/api/report.html)
5656
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
57+
58+
# Tool version management file (e.g., asdf version manager)
59+
.tool-versions

0 commit comments

Comments
 (0)