mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-29 09:53:05 +00:00
* feat(nuclei): generate trace file when using `profile-mem` Signed-off-by: Dwi Siswanto <git@dw1.io> * docs(DESIGN): dynamically grep mod path Signed-off-by: Dwi Siswanto <git@dw1.io> --------- Signed-off-by: Dwi Siswanto <git@dw1.io>
50 lines
702 B
Plaintext
50 lines
702 B
Plaintext
# Misc
|
|
**/*-cache
|
|
**/*-config
|
|
**/.cache
|
|
*.DS_Store
|
|
*.exe
|
|
.devcontainer
|
|
.gitignore
|
|
.idea
|
|
.vscode
|
|
|
|
# Binaries
|
|
**/bindgen
|
|
**/debug-*
|
|
**/docgen
|
|
**/functional-test
|
|
**/fuzzplayground
|
|
**/integration-test
|
|
**/jsdocgen
|
|
**/main
|
|
**/memogen
|
|
**/nuclei
|
|
**/nuclei-stats*
|
|
**/nuclei_dev
|
|
**/nuclei_main
|
|
**/scan-charts
|
|
**/scrapefunc
|
|
**/scrapefuncs
|
|
**/tsgen
|
|
|
|
# Templates
|
|
/*.yaml
|
|
|
|
# Generated docs
|
|
/dsl.md
|
|
|
|
# Junk
|
|
dist
|
|
pkg/protocols/common/helpers/deserialization/testdata/Deserialize.class
|
|
pkg/protocols/common/helpers/deserialization/testdata/ValueObject.class
|
|
pkg/protocols/common/helpers/deserialization/testdata/ValueObject2.ser
|
|
vendor
|
|
|
|
# Headless `screenshot` action
|
|
*.png
|
|
|
|
# Profiling & tracing
|
|
*.prof
|
|
*.pprof
|
|
*.trace |