diff options
author | Bryan Hyshka <bryan@hyshka.com> | 2018-03-05 11:04:01 -0700 |
---|---|---|
committer | Bryan Hyshka <bryan@hyshka.com> | 2018-03-05 11:04:01 -0700 |
commit | f416ab2f81f2f02f9a55274e63333b6964ce9da1 (patch) | |
tree | 63dc83394ca8ec8e611e792a8113955c4b434ee1 /.gitignore | |
parent | 70366911a9b5ddedbfe8b02b6447f2738f306239 (diff) |
add basic dockerfile setup
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,3 +2,5 @@ .mypy_cache __pycache__ config.json +build/config.json +build/requirements.txt |