mirror of
https://github.com/itm4n/PrivescCheck
synced 2026-06-08 14:54:28 +00:00
19 lines
502 B
Plaintext
19 lines
502 B
Plaintext
# Ignore report files generated by the script in the project's root directory.
|
|
/*.csv
|
|
/*.html
|
|
/*.txt
|
|
/*.xml
|
|
|
|
# Ignore release files. The 'dist' folder serves only as a temporary
|
|
# location for building scripts, and then creating GitHub releases.
|
|
# The only exception is the '.gitkeep' file, which allows to keep the
|
|
# 'release' folder even if it's empty.
|
|
/dist/*
|
|
!/dist/.gitkeep
|
|
|
|
# Ignore all markdown files, except the README and other files located in the
|
|
# info folder.
|
|
*.md
|
|
!/README.md
|
|
!/info/*.md
|