From 8e1e37dbb2ac05c9af23a44a55babe252f0cb337 Mon Sep 17 00:00:00 2001 From: AINDUSTRIES Date: Wed, 12 Mar 2025 22:27:21 +0100 Subject: [PATCH] Added ignore for keys --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a59f55..d8a14f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,8 @@ /target Cargo.lock -/.idea \ No newline at end of file +/.idea +.env +database.db-shm +database.db-wal +priv.pem +pub.pem \ No newline at end of file