Skip to content

Commit 70c6aae

Browse files
Copilothotlong
andcommitted
Transform to minimal ObjectStack plugin starter template
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 379ac12 commit 70c6aae

Some content is hidden

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

48 files changed

+493
-4276
lines changed

.gitignore

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,37 @@
11
# Dependencies
22
node_modules/
3-
npm-debug.log*
4-
yarn-debug.log*
5-
yarn-error.log*
6-
pnpm-debug.log*
3+
pnpm-lock.yaml
74
package-lock.json
85
yarn.lock
96

107
# Build outputs
118
dist/
12-
build/
139
*.tsbuildinfo
1410

15-
# TypeScript build artifacts in root (if any)
16-
/*.js
17-
/*.js.map
18-
/*.d.ts
19-
/*.d.ts.map
20-
2111
# Environment files
2212
.env
2313
.env.local
2414
.env.*.local
2515

26-
# IDE
27-
.vscode/
16+
# Editor directories and files
17+
.vscode/*
18+
!.vscode/extensions.json
19+
!.vscode/settings.json
2820
.idea/
2921
*.swp
3022
*.swo
3123
*~
32-
33-
# OS
3424
.DS_Store
35-
Thumbs.db
3625

3726
# Logs
3827
logs/
3928
*.log
29+
npm-debug.log*
30+
pnpm-debug.log*
4031

41-
# Test coverage
32+
# Testing
4233
coverage/
43-
.nyc_output/
4434

4535
# Temporary files
46-
tmp/
47-
temp/
4836
*.tmp
37+
.temp/

0 commit comments

Comments
 (0)