From cc4706ece069aad27a3b4d97dea9da25ac3c4b34 Mon Sep 17 00:00:00 2001 From: SwiftyOS Date: Tue, 12 Sep 2023 11:00:30 +0200 Subject: [PATCH] Added ignore private files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index b0018015..c0d5150d 100644 --- a/.gitignore +++ b/.gitignore @@ -165,3 +165,9 @@ agbenchmark/reports/ # Nodejs package-lock.json package.json + +# Allow for locally private items +# private +pri* +# ignore +ig* \ No newline at end of file