UNPKG

@networkpro/web

Version:

This package powers the official web presence of Network Pro Strategies — a research- and infrastructure-focused technology initiative working across cybersecurity, digital systems, and privacy.

47 lines (38 loc) 591 B
# .stylelintignore # # Copyright © 2025-2026 Network Pro Strategies (Network Pro™) # SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later # This file is part of Network Pro. # Netlify .netlify # Report files and test results playwright-report test-results # Node.js dependencies node_modules # Build artifacts build .vite .cache coverage # Temporary files *.lock *.tmp *.swp *.bak # Static assets **/*.png **/*.jpg **/*.jpeg **/*.gif **/*.svg **/*.woff **/*.woff2 **/*.ttf **/*.eot # Generated files **/*.d.ts **/generated/* # Configuration files package.json package-lock.json