summaryrefslogtreecommitdiffstats
path: root/.eslintignore
blob: ae66d06243fec6c8cc331839f265998d4f568dd7 (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
36
37
38
39
40
41
# 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
npm-debug.log.*
.pnpm-debug.log*
*.css.d.ts
*.sass.d.ts
*.scss.d.ts

/build/
/out/
/recipes/

# package files
package.json
package-lock.json

# Json
*.json

# Build
build
out