From d50071f45db2d7a8ff7c0eb9f728d2c4c444b4d5 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Fri, 14 Oct 2022 21:35:50 +0200
Subject: [PATCH] feat: .gitignore

---
 .gitignore | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 97008e5..9b8acc2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,9 @@
 node_modules
-yarn.lock
\ No newline at end of file
+yarn.lock
+.idea
+lib/**/*.js
+modules/**/*.js
+routes/**/*.js
+test/**/*.js
+*.map
+*.d.ts
\ No newline at end of file
-- 
GitLab