From 08be336efac467beeb7055cfc80996b97482456a Mon Sep 17 00:00:00 2001 From: Danny Hermes Date: Tue, 6 Aug 2019 21:23:53 -0700 Subject: [PATCH] Adding `.dockerignore` file. --- .dockerignore | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .dockerignore diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 00000000..3eba7292 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,39 @@ +Dockerfile +.dockerignore + +.git/ +**/*.py[cod] + +# Packages +**/*.egg +**/*.egg-info +**/dist +**/build +**/__pycache__ + +# Unit test / coverage reports +**/.coverage +**/.nox/ +**/.cache +**/.pytest_cache + +# Mac +**/.DS_Store + +# Generated files +**/src/bezier/*.o +**/src/bezier/quadpack/*.o +**/src/bezier/_speedup*.so +**/wheelhouse/ +**/scripts/macos/dist_wheels/ +**/scripts/macos/fixed_wheels/ +**/tests/fortran/*.gcda +**/tests/fortran/*.gcno +**/tests/fortran/*.o +**/tests/fortran/*.mod +**/tests/fortran/coverage.info +**/tests/fortran/lcov-html/ +**/tests/fortran/unit-test-bin +**/tests/fortran/unit-test-bin.dSYM/ +**/tests/fortran/functional-test-bin +**/tests/fortran/functional-test-bin.dSYM/