From e5f84edd2c9c40c38fda9fe62977eb63463a3dc5 Mon Sep 17 00:00:00 2001 From: oskar-binary Date: Wed, 15 Jan 2020 14:05:13 +0800 Subject: [PATCH] gitignore circle ci and dockerfile --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e4c64474f6..20120763f4 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,6 @@ reports selenium-debug.log test-config.js .vscode/launch.json + +.circleci +Dockerfile