From 82a3f6c75c32f6a1dfcfb5620557c025382c0efd Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Mon, 12 Oct 2020 03:55:53 -0400 Subject: [PATCH] Add project link to top-level comments --- languages/antlr.gitignore | 3 ++- languages/c.gitignore | 3 ++- languages/c_sharp.gitignore | 3 ++- languages/django.gitignore | 3 ++- languages/python.gitignore | 3 ++- 5 files changed, 10 insertions(+), 5 deletions(-) diff --git a/languages/antlr.gitignore b/languages/antlr.gitignore index 8218a03..551074b 100644 --- a/languages/antlr.gitignore +++ b/languages/antlr.gitignore @@ -2,7 +2,8 @@ # GitIgnore file for Antlr based (Python) projects. # See https://git-scm.com/docs/gitignore for documentation. # - # Version 1.0 + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.0.1 ## diff --git a/languages/c.gitignore b/languages/c.gitignore index 015283e..ec6e9d8 100644 --- a/languages/c.gitignore +++ b/languages/c.gitignore @@ -2,7 +2,8 @@ # GitIgnore file for C Language projects. # See https://git-scm.com/docs/gitignore for documentation. # - # Version 1.0 + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.0.1 ## diff --git a/languages/c_sharp.gitignore b/languages/c_sharp.gitignore index dec13ec..e8b9bd4 100644 --- a/languages/c_sharp.gitignore +++ b/languages/c_sharp.gitignore @@ -2,7 +2,8 @@ # GitIgnore file for C# projects. # See https://git-scm.com/docs/gitignore for documentation. # - # Version 1.1 + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.1.1 ## diff --git a/languages/django.gitignore b/languages/django.gitignore index d2a9a8e..6405ed2 100644 --- a/languages/django.gitignore +++ b/languages/django.gitignore @@ -2,7 +2,8 @@ # GitIgnore file for Django Framework projects. # See https://git-scm.com/docs/gitignore for documentation. # - # Version 1.0 + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.0.1 ## diff --git a/languages/python.gitignore b/languages/python.gitignore index 105d368..428028d 100644 --- a/languages/python.gitignore +++ b/languages/python.gitignore @@ -2,7 +2,8 @@ # GitIgnore file for Python Language projects. # See https://git-scm.com/docs/gitignore for documentation. # - # Version 1.0 + # https://git.brandon-rodriguez.com/other/gitignore + # Version 1.0.1 ## -- GitLab