From b44abf9c888bf1665b36e9af2aed7102dc998e15 Mon Sep 17 00:00:00 2001 From: Shibi Chakkaravarthy Date: Wed, 15 Apr 2026 03:13:36 +0530 Subject: [PATCH] excluding the ssh key file --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c799781..43f5cfa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ node_modules .env -.env* \ No newline at end of file +.env* + +field-erp.pem \ No newline at end of file