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 b71eb20 [hotfix][WebUI] Add .angular to .gitignore
b71eb20 is described below
commit b71eb2088f39925ca256dde35297a2d575d9618e
Author: Chesnay Schepler <[email protected]>
AuthorDate: Fri Mar 25 09:37:49 2022 +0100
[hotfix][WebUI] Add .angular to .gitignore
Ease backports by excluding a large directory that exists in later versions.
---
.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/.gitignore b/.gitignore
index 9462cc3..0cff73e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ 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-runtime-web/web-dashboard/.angular
flink-python/dist/
flink-python/apache-flink-libraries/dist/
flink-python/build/