From 716b5c0294b456746a773e7167d53ee096ddf751 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20=E5=AE=89=E5=A4=A7=E5=8D=AB?= <9BA@DavidAndawei.com> Date: Sun, 13 Aug 2023 10:39:35 -0600 Subject: [PATCH] Added Citations to Ruby.gitignore and Python.gitignore I wanted to use these templates in my repository, so I felt responsible to cite the source in the comments. --- Python.gitignore | 2 ++ Ruby.gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Python.gitignore b/Python.gitignore index 68bc17f9..ce91c0ad 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -1,3 +1,5 @@ +## Get latest from https://github.com/github/gitignore/ + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] diff --git a/Ruby.gitignore b/Ruby.gitignore index e3200e0f..1ad0ab0e 100644 --- a/Ruby.gitignore +++ b/Ruby.gitignore @@ -1,3 +1,5 @@ +## Get latest from https://github.com/github/gitignore/ + *.gem *.rbc /.config