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

chesnay pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.13 by this push:
     new c89b172  [hotfix] Add .eslintcache to .gitignore
c89b172 is described below

commit c89b172b0bf6752be4f5f75a672122067ba03411
Author: Chesnay Schepler <ches...@apache.org>
AuthorDate: Thu Sep 9 09:48:26 2021 +0200

    [hotfix] Add .eslintcache to .gitignore
    
    The file only exists on master; the entry is just added for convenience.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index a3578a6..9462cc3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,6 +22,7 @@ build-target
 flink-runtime-web/web-dashboard/node/
 flink-runtime-web/web-dashboard/node_modules/
 flink-runtime-web/web-dashboard/web/
+flink-runtime-web/web-dashboard/.eslintcache
 flink-python/dist/
 flink-python/apache-flink-libraries/dist/
 flink-python/build/

Reply via email to