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

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


The following commit(s) were added to refs/heads/master by this push:
     new e285499  Add docker files to gitignore (#6507)
e285499 is described below

commit e2854994bae0e390bfbf446c94ccb4a86792220b
Author: Hugh A. Miles II <hughmi...@gmail.com>
AuthorDate: Sun Dec 16 21:24:16 2018 -0800

    Add docker files to gitignore (#6507)
    
    * add docker files to gitignore
    
    * Update .gitignore
---
 .gitignore | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.gitignore b/.gitignore
index 2ace393..4cf15db 100644
--- a/.gitignore
+++ b/.gitignore
@@ -45,6 +45,13 @@ yarn-error.log
 venv
 @eaDir/
 
+# Docker
+./Dockerfile
+./docker-build.sh
+./docker-compose.yml
+./docker-entrypoint.sh
+./docker-init.sh
+
 # Test data
 celery_results.sqlite
 celerybeat-schedule

Reply via email to