From 112a997f7deb471f24ad70abc288f6c82907f17c Mon Sep 17 00:00:00 2001 From: Tom Rushby <t.w.rushby@soton.ac.uk> Date: Sun, 21 Aug 2022 16:19:41 +0100 Subject: [PATCH] Add aws credentials script. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6fb1a18..4bf5d48 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ *.Rproj # OS X stuff - https://gist.github.com/adamgit/3786883 .DS_Store -.Trashes \ No newline at end of file +.Trashes +# sensitive files +/howTo/r-with-aws/access_keys/aws_access.R \ No newline at end of file -- GitLab