From f9e8c93ec22095f40038c78ed9dd6baafe10e5c1 Mon Sep 17 00:00:00 2001 From: bolkun <bolkun@BDV092.slub-dresden.de> Date: Fri, 31 Jul 2020 11:11:20 +0200 Subject: [PATCH] added .gitignore file to ignore tmp/ and xsl/ dirs that are autogenerated --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..fd60ba1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# Use this file to prevent files from being overwritten by the generator. +# The patterns follow closely to .gitignore or .dockerignore. + +.gitignore +tmp/ +xsl/ \ No newline at end of file -- GitLab