From 1efe5c75d0005d1552b00298eb2ee9cab2a62999 Mon Sep 17 00:00:00 2001 From: Kjell S Slupphaug Date: Wed, 16 Oct 2024 18:00:01 +0200 Subject: [PATCH] add CONTRIBUTING.md to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 46a6ffc..ad46044 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ tests/testthat/mplusResults* sketches/ inst/doc docs +CONTRIBUTING.md