Skip to content

Commit bab7167

Browse files
authored
Merge pull request #452 from illume/ai-fixes
ai-assistant: Type fixing, upgrading dependencies
2 parents 788dedf + 32a24ac commit bab7167

File tree

13 files changed

+3994
-4633
lines changed

13 files changed

+3994
-4633
lines changed

ai-assistant/.gitignore

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1+
# dependencies
12
/node_modules
2-
/dist
3+
/.pnp
4+
.pnp.js
5+
6+
# testing
7+
/coverage
8+
9+
# production
10+
/build
11+
12+
# misc
13+
.DS_Store
14+
.env.local
15+
.env.development.local
16+
.env.test.local
17+
.env.production.local
18+
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
23+
# The output for npm run storybook-book, static html built storybook for the plugin
24+
storybook-static
25+
26+
.eslintcache
27+
28+
dist
29+

0 commit comments

Comments
 (0)