From 7ed6f95ee0084c01dcb4a5c5b209103b8d51e72f Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Mon, 30 Dec 2019 11:58:13 -0500 Subject: [PATCH] Update gitignore Allow .dockerignore and .travis.yml --- .dockerignore | 22 ++++++++++++++++++++++ .gitignore | 2 ++ 2 files changed, 24 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..f4a3930 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,22 @@ +# Logs +logs + +# Tests +tests + +# Examples +examples + +# Docs +docs + +# Certs +certs + +.coverage + +# Markdown +*.md + +# Other +*.yml \ No newline at end of file diff --git a/.gitignore b/.gitignore index 105823d..9644ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ __pycache__ # Except . !.github/ !.gitignore +!.dockerignore +!.travis.yml # Ignore items in test (report, cache, etc), except files starting with test tests/*