21 Lessons, Get Started Building with Generative AI
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.
N
Nhat Long Nguyen committed
20975679c27a34b5d9a664de89651dd366d26547
Parent: e96be21