-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
80 lines (65 loc) · 1.17 KB
/
.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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Misc. MacOS
**/*.DS_Store
# Logs
**/logs
**/*.log
**/npm-*.log*
**/yarn-*.log*
**/*.tsbuildinfo
**/vite.config.ts.timestamp*
# Local testing
*.tgz
# Cache
**/.eslintcache
**/.stylelintcache
# Coverage
**/coverage
# Dependencies
**/node_modules
.yarn/*
!.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Next.JS
**/.next
next-env.d.ts
# Production
**/build
**/out
**/dist
# Secret files
**/.env*.local
*.pem
# IDE
**/.idea
**/*.ntvs*
**/*.njsproj
**/*.sln
**/*.sw?
**/.vscode/*
# Let's keep the extensions.json file because it references all the recommended
# extensions for this workspace. That way, newcomers will receive suggestions.
!.vscode/extensions.json
# Also keeps the settings file because it's critical for VSCode to properly work
# in the mono-repository.
!.vscode/settings.json
# Files from the VSCode "SQLTools" extensions.
**/*.session.sql
# Pythagora project (https://pythagora.ai/).
.pythagora
# Storybook.
**/storybook-static*
# Vercel.
**/.vercel
# Supabase.
**/supabase/.branches
**/supabase/.temp
# Misc.
*.bak
# This file is only used for the Tailwind VSCode extension.
tailwind.config.cjs
# PandaCSS.
styled-system*