You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2018/12/10 05:19:57 UTC

[incubator-superset] 01/01: add docker files to gitignore

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch update-gitignore
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git

commit 40887021b199f780f9dcfcca9113ecebf68e8dbe
Author: hughhhh <hm...@lyft.com>
AuthorDate: Sun Dec 9 21:19:34 2018 -0800

    add docker files to gitignore
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index c6cc07b..8cbd3d9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,3 +44,10 @@ yarn-error.log
 *.iml
 venv
 @eaDir/
+
+# Docker
+Dockerfile
+docker-build.sh
+docker-compose.yml
+docker-entrypoint.sh
+docker-init.sh