From 0dfa8e3c11592d10f9fb4d8dc79f5f09ab0bff08 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 16 Sep 2024 18:34:58 +0200 Subject: [PATCH] Ignore temporary files compiled by vite --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c8f96d5f..8110b62e 100644 --- a/.gitignore +++ b/.gitignore @@ -29,4 +29,5 @@ phanpy-dist.zip phanpy-dist.tar.gz # Compiled locale files -src/locales/*.js \ No newline at end of file +src/locales/*.js +vite.config.js.timestamp-*.mjs \ No newline at end of file