File tree 2 files changed +10
-13
lines changed
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 1
1
** /.cache
2
+ ** /* fixtures *
2
3
** /public
3
- client / static
4
+ api-server / lib
4
5
client /** /trending.json
6
+ client /config /* .json
5
7
client /config /browser-scripts /* .json
6
- ** /* fixtures *
8
+ client /static
9
+ curriculum-server /data /curriculum.json
7
10
curriculum /challenges /_meta /* /*
8
11
curriculum /challenges /** /*
9
- client /config /* .json
12
+ docs /** /* .md
13
+ e2e /playwright /.auth
14
+ pnpm-lock.yaml
10
15
shared /config /* .js
11
16
shared /config /curriculum.json
12
17
shared /utils /get-lines.js
13
18
shared /utils /get-lines.test.js
19
+ shared /utils /is-audited.js
14
20
shared /utils /validate.js
15
21
shared /utils /validate.test.js
16
- shared /utils /is-audited.js
17
- pnpm-lock.yaml
18
- web /.next
19
- curriculum-server /data /curriculum.json
20
- docs /** /* .md
21
- client /src /components /Donation /types.js
22
22
tools /ui-components /dist
23
23
tools /ui-components /types
24
+ web /.next
Original file line number Diff line number Diff line change @@ -15,10 +15,6 @@ static/curriculum-data
15
15
config /browser-scripts /* .json
16
16
i18n /locales /** /trending.json
17
17
18
- # TODO: Remove once you've figured out why it's generated.
19
- # JS that probably should not be generated
20
- src /components /Donation /types.js
21
-
22
18
# Config
23
19
24
20
config /env.json
You can’t perform that action at this time.
0 commit comments