File tree 1 file changed +1
-10
lines changed
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ You might think that you can just put the path in the [`.lycheeignore`](/recipes
9
9
The ` .lycheeignore ` file is only used for excluding URLs, not paths.
10
10
11
11
Instead, you can use the ` --exclude-path ` flag to exclude paths from being checked.
12
- Example: ` --exclude-path node_modules ` or ` --exclude-path example\.(com|org) ` .
12
+ Example: ` --exclude-path node_modules `
13
13
14
14
Alternatively, you can also use the ` exclude_path ` key in the configuration file:
15
15
@@ -57,7 +57,6 @@ Exclude version control directories.
57
57
``` bash
58
58
lychee --exclude-path .git
59
59
lychee --exclude-path .svn
60
- lychee --exclude-path " \.git|\.svn"
61
60
```
62
61
63
62
### Documentation and Non-Code Assets
@@ -68,14 +67,6 @@ Skip documentation and non-code related directories.
68
67
lychee --exclude-path docs --exclude-path assets/images
69
68
```
70
69
71
- ### Backup Files
72
-
73
- Avoid checking backup files created by editors or tools.
74
-
75
- ``` bash
76
- lychee --exclude-path " *.bak"
77
- ```
78
-
79
70
### Logs and Databases
80
71
81
72
Exclude directories or files storing logs or databases.
You can’t perform that action at this time.
0 commit comments