From 2f6676ba3b8c50397094bf3767f2bfc730fccb58 Mon Sep 17 00:00:00 2001 From: Elias Projahn Date: Sun, 17 Mar 2024 11:09:08 +0100 Subject: [PATCH] Add config.rs to .gitignore --- .gitignore | 2 ++ src/config.rs | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) delete mode 100644 src/config.rs diff --git a/.gitignore b/.gitignore index 8627564..8005207 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ /.vscode/ /target/ /test.sqlite +/src/config.rs +/test.sqlite diff --git a/src/config.rs b/src/config.rs deleted file mode 100644 index 96456f2..0000000 --- a/src/config.rs +++ /dev/null @@ -1,4 +0,0 @@ -pub static VERSION: &str = "0.1.0"; -pub static GETTEXT_PACKAGE: &str = "musicus"; -pub static LOCALEDIR: &str = "/app/share/locale"; -pub static PKGDATADIR: &str = "/app/share/musicus";