Files
Personal-Portfolio-Website/.prettierignore
T
2026-05-15 14:06:38 +02:00

40 lines
579 B
Plaintext

# Dependencies
/node_modules
# Build, coverage, and generated output
/dist
/coverage
/.angular
/public
src/assets/Resources/CSS/Tailwind.css
src/assets/optimized
# Package manager and tool caches
.npm-cache
.eslintcache
.prettier-cache
*.tsbuildinfo
# Logs and debug output
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Local environment and secrets
.env
.env.*
backend/.env
backend/.env.*
# Editor, IDE, and OS files
/.idea
/.vscode
.DS_Store
Thumbs.db
# Markdown is maintained manually and excluded from Prettier formatting
*.md