From f153cb2cfc6880985401bcdc7ff84d6faf2e0ce7 Mon Sep 17 00:00:00 2001 From: karlch Date: Fri, 16 Aug 2019 15:08:42 +0200 Subject: Initial commit Includes: * MIT License * Basic README * template configuration * vimiv style template * gitignore file to ignore the builder directory --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..722e59f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +builder -- cgit