File tree Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Expand file tree Collapse file tree 2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ resources/js/app.js
2+ resources/vendor
3+ (.*/)?autoload.php
4+ sample.env
5+ # Library Folders
6+ node_modules
7+ (.*/)?node_modules/
8+ vendor
9+ (.*/)?vendor/
10+ # Lock Files are not always in the root
11+ .*composer.lock
12+ .*package.json
13+ .*package-lock.json
14+ .pnp.js
15+ .*Pipfile.lock
16+ .*yarn.lock
17+ # Ignore inline images
18+ .*\.css$
19+ .*\.scss$
20+ .*\.ico$
21+ .*\.jpg$
22+ .*\.png$
23+ .*\.svg$
24+ # Ignore uploaded logs
25+ .*\.log$
26+ # Frontend Build Files
27+ build
28+ data
29+ public/js/app.js
Original file line number Diff line number Diff line change 1+ [tool.tartufo]
2+ exclude-paths="./exclude-patterns.txt"
3+ repo-path = "."
4+ default-regexes = true
5+ json = false
6+ regex = true
7+ entropy = true
8+ exclude-signatures = [
9+ "99cd97dd9d5632f1bbd4700b9dbd4a3defe5d1b26154c6b361aaea6bd8403922",
10+ ]
You can’t perform that action at this time.
0 commit comments