From 7f8a5516d80e8920a4145fa450d284c9d53bcdc4 Mon Sep 17 00:00:00 2001 From: "Dr. Christian Betz" Date: Fri, 8 Sep 2017 11:07:30 +0200 Subject: [PATCH] git ignoring codox generated documentation --- admin/.gitignore | 3 ++- avro/.gitignore | 3 ++- common/.gitignore | 3 ++- core/.gitignore | 3 ++- embedded/.gitignore | 3 ++- examples/.gitignore | 4 +++- fressian/.gitignore | 3 ++- json/.gitignore | 3 ++- mocks/.gitignore | 3 ++- nippy/.gitignore | 3 ++- transit/.gitignore | 3 ++- 11 files changed, 23 insertions(+), 11 deletions(-) diff --git a/admin/.gitignore b/admin/.gitignore index 725206d..239cc5d 100644 --- a/admin/.gitignore +++ b/admin/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/avro/.gitignore b/avro/.gitignore index 725206d..239cc5d 100644 --- a/avro/.gitignore +++ b/avro/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/common/.gitignore b/common/.gitignore index 725206d..239cc5d 100644 --- a/common/.gitignore +++ b/common/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/core/.gitignore b/core/.gitignore index 725206d..239cc5d 100644 --- a/core/.gitignore +++ b/core/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/embedded/.gitignore b/embedded/.gitignore index 725206d..239cc5d 100644 --- a/embedded/.gitignore +++ b/embedded/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/examples/.gitignore b/examples/.gitignore index 725206d..f50b5a6 100644 --- a/examples/.gitignore +++ b/examples/.gitignore @@ -1,2 +1,4 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ +log/ \ No newline at end of file diff --git a/fressian/.gitignore b/fressian/.gitignore index 725206d..239cc5d 100644 --- a/fressian/.gitignore +++ b/fressian/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/json/.gitignore b/json/.gitignore index 725206d..239cc5d 100644 --- a/json/.gitignore +++ b/json/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/mocks/.gitignore b/mocks/.gitignore index 725206d..239cc5d 100644 --- a/mocks/.gitignore +++ b/mocks/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/nippy/.gitignore b/nippy/.gitignore index 725206d..239cc5d 100644 --- a/nippy/.gitignore +++ b/nippy/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file diff --git a/transit/.gitignore b/transit/.gitignore index 725206d..239cc5d 100644 --- a/transit/.gitignore +++ b/transit/.gitignore @@ -1,2 +1,3 @@ .lein* -target/ \ No newline at end of file +target/ +doc/api/ \ No newline at end of file