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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 45b3c42a9 Ignore .nyc_output (#2492)
45b3c42a9 is described below

commit 45b3c42a92790d2fa89550d0408fc2c2c8153da8
Author: Kousuke Saruta <[email protected]>
AuthorDate: Tue Sep 12 05:34:16 2023 +0900

    Ignore .nyc_output (#2492)
---
 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

Reply via email to