running prettier for cleanup
This commit is contained in:
parent
fe7733aeb5
commit
d85cd58acd
151 changed files with 29158 additions and 27966 deletions
110
.prettierignore
Normal file
110
.prettierignore
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
# Dependencies
|
||||
node_modules/
|
||||
**/node_modules/
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
**/dist/
|
||||
**/build/
|
||||
.next/
|
||||
**/.next/
|
||||
|
||||
# Cache directories
|
||||
.turbo/
|
||||
**/.turbo/
|
||||
.cache/
|
||||
**/.cache/
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
.env.local
|
||||
.env.production
|
||||
.env.staging
|
||||
**/.env*
|
||||
|
||||
# Lock files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
bun.lockb
|
||||
pnpm-lock.yaml
|
||||
bun.lock
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
**/logs/
|
||||
|
||||
# Database files
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.temp
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# IDE/Editor files
|
||||
.vscode/settings.json
|
||||
.idea/
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Angular specific
|
||||
**/.angular/
|
||||
|
||||
# Test coverage
|
||||
coverage/
|
||||
**/coverage/
|
||||
|
||||
# Generated documentation
|
||||
docs/generated/
|
||||
**/docs/generated/
|
||||
|
||||
# Docker
|
||||
Dockerfile*
|
||||
docker-compose*.yml
|
||||
|
||||
# Scripts (might have different formatting requirements)
|
||||
scripts/
|
||||
**/scripts/
|
||||
|
||||
# Configuration files that should maintain their format
|
||||
*.md
|
||||
*.yml
|
||||
*.yaml
|
||||
*.toml
|
||||
!package.json
|
||||
!tsconfig*.json
|
||||
!.prettierrc
|
||||
|
||||
# Git files
|
||||
.gitignore
|
||||
.dockerignore
|
||||
|
||||
# Binary and special files
|
||||
*.ico
|
||||
*.png
|
||||
*.jpg
|
||||
*.jpeg
|
||||
*.gif
|
||||
*.svg
|
||||
*.woff
|
||||
*.woff2
|
||||
*.ttf
|
||||
*.eot
|
||||
|
||||
# SQL files
|
||||
*.sql
|
||||
|
||||
# Shell scripts
|
||||
*.sh
|
||||
*.bat
|
||||
*.ps1
|
||||
|
||||
# Config files that need special formatting
|
||||
bunfig.toml
|
||||
angular.json
|
||||
turbo.json
|
||||
Loading…
Add table
Add a link
Reference in a new issue