mirror of
https://github.com/microsoft/generative-ai-for-beginners.git
synced 2026-06-05 21:07:14 +08:00
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.
This commit is contained in:
parent
e96be213c9
commit
20975679c2
1
.gitignore
vendored
1
.gitignore
vendored
@ -165,3 +165,4 @@ node_modules/
|
|||||||
|
|
||||||
# downloaded stuff for 08-building-search-applications
|
# downloaded stuff for 08-building-search-applications
|
||||||
08-building-search-applications/scripts/transcripts_the_ai_show/
|
08-building-search-applications/scripts/transcripts_the_ai_show/
|
||||||
|
.tool-versions
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user