-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (43 loc) · 857 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
53
54
55
56
57
examples/*.html
# Dependencies
node_modules/
npm-debug.log
yarn-error.log
yarn-debug.log
.pnpm-debug.log
# Build output
dist/
build/
# TypeScript
*.tsbuildinfo
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
.DS_Store
# Test coverage
coverage/
# Temporary files
*.log
*.tmp
.cache/
# Environment variables
.env
.env.local
.env.*.local
# Parcel cache (if you're using Parcel bundler)
.parcel-cache
# Optional: Storybook build output (if you decide to use Storybook for component documentation)
storybook-static/
# Optional: Next.js build output (if you decide to use Next.js for documentation or examples)
.next/
# Ignore lock files other than the one you're using
# Uncomment the one you're NOT using
# yarn.lock
# package-lock.json
# pnpm-lock.yaml
# Ignore any local configuration files
*.local.*
# Ignore any OS-specific files
Thumbs.db