From 067eb722c2fbb9933e62e5aa0a21fb9f40b66444 Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Sun, 6 May 2018 23:43:00 +0200
Subject: [PATCH] Updated gitignore

---
 .gitignore |  1 +
 config.py  | 20 --------------------
 2 files changed, 1 insertion(+), 20 deletions(-)
 delete mode 100644 config.py

diff --git a/.gitignore b/.gitignore
index ff33cf1..b5aada3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /repo/
+/config.py
diff --git a/config.py b/config.py
deleted file mode 100644
index b38abcb..0000000
--- a/config.py
+++ /dev/null
@@ -1,20 +0,0 @@
-repo_url = "https://repo.kuschku.de/"
-repo_name = "kuschku.de F-Droid Repo"
-repo_icon = "favicon.png"
-repo_description = """
-Official Repository for all kuschku.de applications, including Quasseldroid
-"""
-
-archive_url = "https://repo.kuschku.de/archive/"
-archive_older = 3
-archive_name = "kuschku.de F-Droid Repo"
-archive_icon = "favicon.png"
-archive_description = """
-Official Repository for all kuschku.de applications, including Quasseldroid
-"""
-
-local_copy_dir = "/repo"
-
-keystore = "/keystore.bks"
-repo_keyalias = "repo.kuschku.de"
-keydname = "CN=repo.kuschku.de"
-- 
GitLab