tisonkun opened a new pull request, #133:
URL: https://github.com/apache/skywalking-eyes/pull/133

   Although we try to use ignore pattern present by a `.gitignore` file, it's 
possible that users have a global git ignore settings or manually ignore a file.
   
   We can use git command to list files when runs under a git worksapce, and if 
there's no git workspace, we don't have to see `.gitignore`. Normally, it's via 
directly download and all ignored files already excluded. If users want to 
respect to the ignore pattern, they can simply `git init`.
   
   cc @kezhenxu94 @wu-sheng @fgksgf @spacewander 
   
   Reference:
   
   * https://github.com/apache/skywalking/issues/7543
   * https://github.com/apache/skywalking/issues/7538


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to