fonts/.gitignore
2026-06-10 16:46:04 +02:00

41 lines
368 B
Text

# Dependencies
node_modules/
.pnp
.pnp.js
# Build output
build/
*.tsbuildinfo
!src/build/
!src/build/**
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment files
.env
.env.local
.env.*.local
# IDE/Editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
coverage/
.nyc_output
# Package files
*.tgz
# Cache
.cache/
.eslintcache