-
Notifications
You must be signed in to change notification settings - Fork 9
/
.secignore
71 lines (69 loc) · 2.1 KB
/
.secignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
##########################################################
# OBFlow Secret Scan Ignore List #
##########################################################
# Above the segmentation lines there are suspected privacy information #
# Please use the file name as the first line and the igored information #
# should be started with tab. #
# Under the segmentation lines there are the folders which you need to ignore #
##########################################################
**
https://www.oceanbase.com*
https://github.com/*
https://lodash.com*
https://help.aliyun.com/*
https://mozilla.github.io*
https://stackoverflow.com*
http://www.w3.org*
https://ant.design*
https://[email protected]/3
https://electronjs.org*
https://www.aliyun.com*
https://datatracker.ietf.org/*
https://momentjs.com/*
https://developer.apple.com*
https://www.google.com/*
https://www.microsoft.com/*
https://support.apple.com/*
https://www.mozilla.org*
https://ur.alipay.com*
http://editorconfig.org*
http://www.apache.org*
https://dev.mysql.com*
https://open.feishu.cn*
https://jdbc.postgresql.org*
--------------------------------------------------------
# Should use GLOB wildcard to config and analysis the ignored folder
# The root patch should start with '/'
/mock/**
/tools/obtest/**
/tools/deploy/**
/docs/**
/*.md
/scripts/**
/build/**
/*.yml
/libraries/**
/.npmrc
/src/locale/must/unprocessed-code.ts.txt
/yarn.lock
/node_modules/**
/src/.umi/**
/release/**
/dist/**
/.node/**
/.vscode/**
/.git/**
/config/**
/src/svgr/**
/public/**
/package-lock.json
/src/workers/**
/LICENSE
/pnpm-lock.yaml
--------------------------------------------------------
# Config the ignored fold to escape the Chinese scan by GLOB wildcard
--------------------------------------------------------
# Set md5 of pemFile string to filter
# This section must be end up with '--------------------------------------------------------'!!!
--------------------------------------------------------