Skip to content

Commit 2b15ccb

Browse files
Merge PR #43: feat: add support for all React + Shadcn-based projects
2 parents 34b931b + 0622376 commit 2b15ccb

File tree

192 files changed

+13153
-23811
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+13153
-23811
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/app export-ignore
1+
/apps export-ignore

.gitignore

Lines changed: 36 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,44 @@
1-
# Logs
2-
logs
3-
*.log
4-
npm-debug.log*
5-
yarn-debug.log*
6-
yarn-error.log*
7-
pnpm-debug.log*
8-
lerna-debug.log*
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
92

3+
# Dependencies
104
node_modules
5+
.pnp
6+
.pnp.js
7+
8+
# Local env files
9+
.env
10+
.env.local
11+
.env.development.local
12+
.env.test.local
13+
.env.production.local
14+
15+
# Testing
16+
coverage
17+
18+
# Turbo
19+
.turbo
20+
21+
# Vercel
22+
.vercel
23+
24+
# Build Outputs
25+
.next/
26+
out/
27+
build
1128
dist
12-
dist-ssr
13-
*.local
1429

15-
# Editor directories and files
16-
.vscode/*
17-
!.vscode/extensions.json
18-
.idea
30+
31+
# Debug
32+
npm-debug.log*
33+
yarn-debug.log*
34+
yarn-error.log*
35+
36+
# Misc
1937
.DS_Store
20-
*.suo
21-
*.ntvs*
22-
*.njsproj
23-
*.sln
24-
*.sw?
38+
*.pem
2539

26-
site
40+
.vscode
2741
todo_*
2842
tempCodeRunnerFile.*
29-
*.tgz
43+
*.tgz
44+
/testapps

.npmignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
public-hoist-pattern[]=*eslint*
2+
public-hoist-pattern[]=*prettier*

.release-it.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 111 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
shadcn-theme-editor/README.md

app/.eslintrc.json

Lines changed: 0 additions & 3 deletions
This file was deleted.

app/.gitignore

Lines changed: 0 additions & 38 deletions
This file was deleted.

app/README.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)