-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·120 lines (112 loc) · 5.69 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
tmp
Timeline.json
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
src/app/others/static/BricolageGrotesque_18pt_Condensed-Bold.ttf
src/app/others/static/BricolageGrotesque_18pt_Condensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_18pt_Condensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_18pt_Condensed-Light.ttf
src/app/others/static/BricolageGrotesque_18pt_Condensed-Medium.ttf
src/app/others/static/BricolageGrotesque_18pt_Condensed-Regular.ttf
src/app/others/static/BricolageGrotesque_18pt_Condensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-Bold.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-Light.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-Medium.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-Regular.ttf
src/app/others/static/BricolageGrotesque_18pt_SemiCondensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_18pt-Bold.ttf
src/app/others/static/BricolageGrotesque_18pt-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_18pt-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_18pt-Light.ttf
src/app/others/static/BricolageGrotesque_18pt-Medium.ttf
src/app/others/static/BricolageGrotesque_18pt-Regular.ttf
src/app/others/static/BricolageGrotesque_18pt-SemiBold.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-Bold.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-Light.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-Medium.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-Regular.ttf
src/app/others/static/BricolageGrotesque_28pt_Condensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-Bold.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-Light.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-Medium.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-Regular.ttf
src/app/others/static/BricolageGrotesque_28pt_SemiCondensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_28pt-Bold.ttf
src/app/others/static/BricolageGrotesque_28pt-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_28pt-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_28pt-Light.ttf
src/app/others/static/BricolageGrotesque_28pt-Medium.ttf
src/app/others/static/BricolageGrotesque_28pt-Regular.ttf
src/app/others/static/BricolageGrotesque_28pt-SemiBold.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-Bold.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-Light.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-Medium.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-Regular.ttf
src/app/others/static/BricolageGrotesque_36pt_Condensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-Bold.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-Light.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-Medium.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-Regular.ttf
src/app/others/static/BricolageGrotesque_36pt_SemiCondensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_36pt-Bold.ttf
src/app/others/static/BricolageGrotesque_36pt-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_36pt-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_36pt-Light.ttf
src/app/others/static/BricolageGrotesque_36pt-Medium.ttf
src/app/others/static/BricolageGrotesque_36pt-Regular.ttf
src/app/others/static/BricolageGrotesque_36pt-SemiBold.ttf
src/app/others/static/BricolageGrotesque_Condensed-Bold.ttf
src/app/others/static/BricolageGrotesque_Condensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_Condensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_Condensed-Light.ttf
src/app/others/static/BricolageGrotesque_Condensed-Medium.ttf
src/app/others/static/BricolageGrotesque_Condensed-Regular.ttf
src/app/others/static/BricolageGrotesque_Condensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-Bold.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-ExtraBold.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-ExtraLight.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-Light.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-Medium.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-Regular.ttf
src/app/others/static/BricolageGrotesque_SemiCondensed-SemiBold.ttf
src/app/others/static/BricolageGrotesque-Bold.ttf
#src/app/others/static/BricolageGrotesque-ExtraBold.ttf
src/app/others/static/BricolageGrotesque-ExtraLight.ttf
#src/app/others/static/BricolageGrotesque-Light.ttf
src/app/others/static/BricolageGrotesque-Medium.ttf
src/app/others/static/BricolageGrotesque-Regular.ttf
src/app/others/static/BricolageGrotesque-SemiBold.ttf