@networkpro/web
Version:
Locking Down Networks, Unlocking Confidence™ | Security, Networking, Privacy — Network Pro Strategies
56 lines (44 loc) • 675 B
Plain Text
# .prettierignore
#
# 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.
# Custom ignores
.markdownlint.jsonc
# Licenses
static/bin/license
# Minified CSS
*.min.css
# SvelteKit
.svelte-kit/*
src/lib/styles
src/lib/*.js
src/lib/data/*.js
# 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