Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
aloftus23 committed Jun 12, 2024
1 parent 5a80af3 commit ee96648
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,51 @@
# Files already tracked by Git are not affected.
# See: https://git-scm.com/docs/gitignore

## macOS ##
.DS_Store

## Project Specific ##
*.html
*.log
build/
output/
src/pe_reports/*.html
src/pe_reports/assets/

## Python ##
__pycache__
.coverage
.mypy_cache
.pytest_cache
.python-version
*.egg-info
dist
src/pe_reports/data/database.ini
src/adhoc/data/database.ini
build/*
dist/*
pe-reports/src/pe_reports/data/rabbitmq/*
pe-reports/celerybeat-schedule.dat
/src/pe_reports/data/rabbitmq/data
src/adhoc/Bulletin/bulletin_template_filled.html
src/adhoc/Bulletin/creds_bulletin_template_filled.html
flaskLog.log
src/adhoc/Bulletin/background.png
src/adhoc/Bulletin/bulletin_template.html
src/adhoc/Bulletin/creds_bulletin_template.html
src/adhoc/Bulletin/footer_img.png
src/adhoc/Bulletin/Franklin_Gothic_Book_Regular.ttf
src/adhoc/Bulletin/Header2.png
src/adhoc/Bulletin/Header_img.png
src/adhoc/data/database.ini
*.log
*.log.*
src/pe_reports/assets/*.png
src/pe_reports/pe_reports_django_project/.env
pe-reports/src/pe_reports/scorecard_assets/*.png
src/pe_asm/port_scans/src/pkg
src/pe_asm/port_scans/config.json
=*
src/pe_reports/pe_reports_django_project/*.bak
src/pe_reports/pe_reports_django_project/*.dir
src/pe_reports/pe_reports_django_project/*.dat
dnstwist_output.txt

0 comments on commit ee96648

Please sign in to comment.