diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-05 02:07:32 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-05-05 02:07:32 +0300 |
commit | 8a13ff2c6821643e8df08cc0d7731e4b938e9edb (patch) | |
tree | a685a5ea1443acdf0847ca5ff57159b472382b69 /.dockerignore | |
parent | UPPERCASE user-facing parameters (diff) | |
download | jekyll-docker-8a13ff2c6821643e8df08cc0d7731e4b938e9edb.tar.gz jekyll-docker-8a13ff2c6821643e8df08cc0d7731e4b938e9edb.zip |
enable out-of-tree builds
This directory must not be a subdirectory of the Jekyll project anymore.
The hacks I had to put in place for this will be documented in the next
commit.
Diffstat (limited to '.dockerignore')
-rw-r--r-- | .dockerignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..5aded0c --- /dev/null +++ b/.dockerignore @@ -0,0 +1,3 @@ +* + +!/Makefile |