mirror of
https://github.com/lockfale/OSINT-Framework.git
synced 2026-08-30 11:49:35 +02:00
Remove stale files and update .gitignore (THE-96)
- 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>
This commit is contained in:
+5
-1
@@ -1,13 +1,17 @@
|
||||
# agent / org files #
|
||||
######################
|
||||
agents/
|
||||
.agents/
|
||||
|
||||
# vendor packages #
|
||||
######################
|
||||
public/js/vendor
|
||||
node_modules
|
||||
bower_components
|
||||
.bowerrc
|
||||
|
||||
# generated artifacts #
|
||||
######################
|
||||
tools/link_audit_report.json
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
|
||||
+3
-3
@@ -11,14 +11,14 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lockfale/ARF.git"
|
||||
"url": "git+https://github.com/lockfale/OSINT-Framework.git"
|
||||
},
|
||||
"author": "Justin Nordine (s0lray)",
|
||||
"license": "",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lockfale/ARF/issues"
|
||||
"url": "https://github.com/lockfale/OSINT-Framework/issues"
|
||||
},
|
||||
"homepage": "https://github.com/lockfale/ARF#readme",
|
||||
"homepage": "https://github.com/lockfale/OSINT-Framework#readme",
|
||||
"devDependencies": {
|
||||
"copyfiles": "^1.0.0",
|
||||
"d3": "^7.9.0",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user