mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-25 23:32:25 +02:00
- Delete .bowerrc: Bower was deprecated years ago; project uses npm. The rule was already in .gitignore but the file was still committed. - Untrack tools/link_audit_report.json: generated CI artifact should not be in source control; add to .gitignore so reruns don't re-add it. - Add .agents/ to .gitignore: Paperclip runtime dir, not project source. - Fix package.json repo/bugs/homepage URLs: still pointed to old ARF repo name instead of OSINT-Framework. Co-Authored-By: Paperclip <noreply@paperclip.ing>
32 lines
427 B
Plaintext
32 lines
427 B
Plaintext
# agent / org files #
|
|
######################
|
|
agents/
|
|
.agents/
|
|
|
|
# vendor packages #
|
|
######################
|
|
public/js/vendor
|
|
node_modules
|
|
bower_components
|
|
|
|
# generated artifacts #
|
|
######################
|
|
tools/link_audit_report.json
|
|
|
|
# OS generated files #
|
|
######################
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# wrangler files
|
|
.wrangler
|
|
.dev.vars*
|
|
!.dev.vars.example
|
|
.env*
|
|
!.env.example
|