From c24a2cbe96a92349e1a3abf0bb6dd028275f5e9a Mon Sep 17 00:00:00 2001 From: UnRealReincarlution Date: Mon, 3 Oct 2022 22:06:05 +1300 Subject: [PATCH] Linguist:Generated for CSS Files --- .gitattributes | 2 ++ src-tauri/tauri.conf.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0aa4398 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +src/styles/** linguist-generated +*.css linguist-generated \ No newline at end of file diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 071cfc0..ccc89e7 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "reseda", - "version": "0.2.3" + "version": "0.2.4" }, "build": { "distDir": "../out",