Skip to content

Commit 2097567

Browse files
committed
Add .tool-versions to .gitignore
This commit updates the .gitignore file to include .tool-versions, ensuring that version management files are ignored by Git. This helps maintain a clean repository by preventing unnecessary files from being tracked. An alternative approach could have been to specify individual tools in the ignore file, but adding .tool-versions as a whole is more efficient for projects using multiple tools.
1 parent e96be21 commit 2097567

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,3 +165,4 @@ node_modules/
165165

166166
# downloaded stuff for 08-building-search-applications
167167
08-building-search-applications/scripts/transcripts_the_ai_show/
168+
.tool-versions

0 commit comments

Comments
 (0)