From 76bb7bc27e9bbada738d4265cb596d856809b57b Mon Sep 17 00:00:00 2001
From: PatrykKuniczak
Date: Thu, 12 Sep 2024 10:24:57 +0200
Subject: [PATCH] fix: remove vite.config.mts.timestamp from `.gitignore`
---
.gitignore | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8185c1bcf..10d229f56 100644
--- a/.gitignore
+++ b/.gitignore
@@ -21,6 +21,3 @@
# compiled
chrome-extension/public/manifest.json
**/tailwind-output.css
-
-# vite timestamp (because of bug from lib, remove it after fix will have been realased)
-**/vite.config.mts.timestamp-*
\ No newline at end of file