Commit 2097567
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
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| 168 | + | |
0 commit comments