This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/branch-1.11 by this push:
new a08253215 Ignore .nyc_output (#2492)
a08253215 is described below
commit a08253215fb02b469a74bde4dccfe5f65d67e45d
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Sep 12 05:34:16 2023 +0900
Ignore .nyc_output (#2492)
(cherry picked from commit 45b3c42a92790d2fa89550d0408fc2c2c8153da8)
---
lang/js/.gitignore | 1 +
1 file changed, 1 insertion(+)
diff --git a/lang/js/.gitignore b/lang/js/.gitignore
index b509c88b3..78ed32c75 100644
--- a/lang/js/.gitignore
+++ b/lang/js/.gitignore
@@ -1,2 +1,3 @@
coverage/
node_modules/
+.nyc_output
\ No newline at end of file