-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitignore
52 lines (45 loc) · 896 Bytes
/
.gitignore
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
### This file contains all directories and files that are not supposed to be checked-in.
### The contents are also used as ignores list for eslint.
### Therefore only this specific .gitignore file should be used in the whole project, otherwise git ignored files might be linted.
# Logs
logs
*.log
npm-debug.log*
pnpm-debug.log*
# Caches
node_modules/
.DS_Store
*.local
.npmrc
**/.cache
**/.vitepress/cache
**/.vitepress/config.ts.timestamp-*.mjs
*.tsbuildinfo
.turbo
vite.*.timestamp*
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# CI reports
test-results/
playwright-report/
blob-report/
eslint-results.sarif
.nuxt
.output
coverage
# Build outputs
storybook-static
dist
# Development config
.env*
# generated files
packages/figma-utils/variables*.css
packages/figma-utils/variables*.scss
packages/figma-utils/variables*.json