We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 395f99c commit 614a2d2Copy full SHA for 614a2d2
exclude-patterns.txt
@@ -0,0 +1,29 @@
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
tool.tartufo
@@ -0,0 +1,8 @@
+[tool.tartufo]
+exclude-paths="./exclude-patterns.txt"
+repo-path = "."
+default-regexes = true
+json = false
+regex = true
+entropy = true
+exclude-signatures = []
0 commit comments