Skip to content

Commit 300e4c2

Browse files
committed
Update feature documentation in the README
1 parent 80bc1f7 commit 300e4c2

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,12 @@ Flags:
3838
- Omit the `node_modules`/`bower_components` folders (usually only contains 3rd party libraries)
3939
- Omit the `tests` directory (that contains e.g. your unit- and integration tests)
4040
- Specified via `-tests <path>`
41-
- Omit style sheets (`.css` and `.scss` files)
42-
- Omit images (e.g. `.jpg`, `.png`)
43-
- Omit documents (e.g. `.pdf`)
41+
- Omit style sheets (e.g. `.css` and `.scss` files)
42+
- Omit images (e.g. `.jpg`, `.png`) and videos (e.g. `.mp4`)
43+
- Omit documents (e.g. `.pdf`, `.docx`)
4444
- Omit the `.git` folder
45-
- Omit other non-required files (e.g. `.DS_Store`)
46-
- `Additional Checks`:
47-
- Check if `package-lock.json` exists (this is required for Veracode SCA)
48-
- Check if `/public` exists (may contain resources that are not part of your actual 1st party source code)
49-
- Check if `/dist` exists (may contain minified JavaScript)
50-
- Check for `.map` files (indicates that your JS files might be minified)
45+
- Omit fonts
46+
- ...
5147

5248
# Setup
5349

0 commit comments

Comments
 (0)