1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-01 06:50:26 +02:00

fix: broken gitignore link (#7696)

fix: update gitignore documentation link
Closes #7693
This commit is contained in:
Prasanna Kotyal
2024-11-08 07:35:04 +05:30
committed by GitHub
parent ae54bac820
commit d7a390213c

View File

@@ -4,7 +4,7 @@ Ignored files are tracked in a special file named `.gitignore` that is checked i
Visit the following resources to learn more:
- [@official@gitignore Documentation](https://git-scm.com/docs/gitignore/en)
- [@official@gitignore Documentation](https://git-scm.com/docs/gitignore)
- [@article@.gitignore file - ignoring files in Git | Atlassian Git Tutorial](https://www.atlassian.com/git/tutorials/saving-changes/gitignore)
- [@article@Ignoring files - GitHub Docs](https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files)
- [@opensource@gitignore - A collection of useful .gitignore templates](https://github.com/github/gitignore)