From 5aa0e44286733cf0cfff67b379d8e91705a0f282 Mon Sep 17 00:00:00 2001 From: campi Date: Mon, 14 Mar 2022 16:44:40 +0100 Subject: [PATCH] gitignore --- .gitignore | 1 + libreremo_conf.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..dea5c19 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +libreremo_conf.py diff --git a/libreremo_conf.py b/libreremo_conf.py index 8ddf0f1..baece33 100644 --- a/libreremo_conf.py +++ b/libreremo_conf.py @@ -4,3 +4,4 @@ TOKEN="**********************************************" CALIBRE_DIR="/home/archino/LIBREREMO/" MIN_QUERY_LENGTH = 3 +a