This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
The following commit(s) were added to refs/heads/main by this push:
new ba6e10982ca Fix .gitignore to exclude node_modules directories
wherever they occur in the tree
ba6e10982ca is described below
commit ba6e10982cabff6eb786a504cdf401bc25093ce8
Author: Dave Fisher <[email protected]>
AuthorDate: Tue Jan 24 09:19:47 2023 -0800
Fix .gitignore to exclude node_modules directories wherever they occur in
the tree
---
.gitignore | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitignore b/.gitignore
index dc3bc4e6f52..95ab3ff8643 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,7 +4,7 @@
*.iws
# Dependencies
-/node_modules
+**/node_modules/**
# Production
build