aboutsummaryrefslogtreecommitdiffstats
path: root/.prettierignore
blob: afc6ff1946a5c4ac28d8edfac960be5d37c49631 (plain) (blame)
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
# Logs
.log/
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Coverage directory used by tools like istanbul
coverage
.eslintcache

# Dependencies directories
.yarn
.vite

# OSX
.DS_Store

.idea
npm-debug.log.*
.pnpm-debug.log*

dist/