Skip to content

Commit 8ff04fb

Browse files
committed
gitignore remove lib
1 parent 5a54991 commit 8ff04fb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pnpm-debug.log*
88
lerna-debug.log*
99

1010
node_modules
11-
lib
1211
dist
1312
dist-ssr
1413
*.local

apps/docs/lib/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export const config = {
2+
metadata: {
3+
title: 'Actify',
4+
description: 'React Material Design 3 Components Library'
5+
}
6+
}

0 commit comments

Comments
 (0)