aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
blob: 606431bfadf62c8b8f110a9aad81210fb77387e6 (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
27
28
29
30
31
32
33
34
35
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Coverage directory used by tools like istanbul
coverage
.eslintcache

# Dependency directory
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git
node_modules

# OSX
.DS_Store

.idea
.pnpm-debug.log*
*.css.d.ts
*.sass.d.ts
*.scss.d.ts

/build/
/out/
/recipes/

# package files
pnpm-lock.yaml

# Json
tests/functional/dashboard/import-stubs/invalid.json