-
Notifications
You must be signed in to change notification settings - Fork 0
/
.prettierignore
68 lines (50 loc) · 921 Bytes
/
.prettierignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Dependencies
node_modules/
# Build outputs
.next/
build/
dist/
out/
# Cache directories
.cache/
# Configuration files (you might want to format these, so they're not ignored by default)
# *.config.js
# *.config.ts
# Test coverage output
coverage/
# Environment files
.env*
# Public assets
public/
# Type declaration files
*.d.ts
# Specific file types you might want to ignore
*.min.js
*.bundle.js
# Markdown files (Prettier can format these, so they're not ignored by default)
# *.md
# Log files
*.log
# Temporary files
*.tmp
*.temp
# IDE/Editor folders
.vscode/
.idea/
# OS generated files
.DS_Store
Thumbs.db
# Lock files (you might want to format package.json but not the lock file)
pnpm-lock.yaml
package-lock.json
yarn.lock
# Generated files
*.generated.*
# Specific to your project (if any)
.gitignore
.prettierignore
.eslintignore
.github/
# Prisma files
prisma/migrations/
prisma/schema.prisma