diff options
author | haoyayoi <st.hao.yayoi@gmail.com> | 2017-05-06 06:52:35 +0900 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-05-05 23:52:35 +0200 |
commit | 72c30f839388f689f2001fe4e7cbf2b5637108dc (patch) | |
tree | 7fa22dcb39a024cade9f3b7230ec69b46e400ce9 | |
parent | 4e057513466884050eb17b0d3c4b091852399ee4 (diff) |
add docker-compose.override to gitignore (#2809)
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index a0a7eac9c..80df10959 100644 --- a/.gitignore +++ b/.gitignore @@ -45,3 +45,6 @@ redis *.swp /public/packs /node_modules + +# Ignore Docker option files +docker-compose.override.yml |