PeerCortex/.gitignore
2026-04-02 21:40:35 +00:00

56 lines
670 B
Plaintext

# Dependencies
node_modules/
# Build output
dist/
# Environment
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Cache
.cache/
peercortex.db
peercortex-cache.db
# Coverage
coverage/
# TypeScript incremental
*.tsbuildinfo
ecosystem.config.js
# Runtime caches (large binary data — not suitable for git)
.roa-cache.json
.ripe-stat-cache.json
.pdb-source-cache.json
.pdb-org-cache.json
visitors.json
feedback.json
hijack-subs.json
audit/reports/
audit/__pycache__/
audit/asn_registry.json
audit/latest_report.txt
backups/
public/index.html.bak
public/lia.html
server.js.bak*
server.js.pre-*