You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2020/01/08 05:43:38 UTC

[skywalking-client-js] 20/29: fix: add gitignore

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-client-js.git

commit 40243d027be1a50440a1e02933cf8fb4a91190de
Author: Qiuxia Fan <fi...@outlook.com>
AuthorDate: Sun Jan 5 15:09:20 2020 +0800

    fix: add gitignore
---
 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index 253c3ab..4382f5c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,9 @@
 # dependencies
 /node_modules
 
+# production
+/dist
+
 # misc
 .DS_Store