@networkpro/blog
Version:
The official blog of Network Pro Strategies (Network Pro™).
39 lines (31 loc) • 435 B
Plain Text
# .prettierignore
#
# SPDX-License-Identifier: CC-BY-4.0 OR GPL-3.0-or-later
# This file is part of Network Pro.
# Custom ignores
.markdownlint.jsonc
# Node.js dependencies
node_modules
# Build artifacts
dist
.vite
.cache
coverage
# Temporary files
*.lock
*.tmp
*.swp
*.bak
# Static assets
**/*.png
**/*.jpg
**/*.jpeg
**/*.gif
**/*.svg
**/*.woff
**/*.woff2
**/*.ttf
**/*.eot
# Configuration files
package.json
package-lock.json