Skip to content

Commit 33e11be

Browse files
committed
fix: packaging cleanup — .vscodeignore, .gitignore, branch guidance
1 parent 29e9fbd commit 33e11be

3 files changed

Lines changed: 12 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
.DS_Store
55
.vscode-test
66
dist
7+
DO_NOT_DELETE/
78
node_modules
89
out
910
Thumbs.db

.vscodeignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
!.vscodeignore
2-
!LICENSE
3-
!out/**
4-
!package.json
5-
**/*.map
61
**/*.ts
7-
*.md
82
.git/**
93
.gitattributes
104
.gitignore
115
.vscode/**
6+
.vscodeignore
7+
DO_NOT_DELETE/**
8+
.github/**
129
node_modules
10+
scripts/**
1311
src/**
14-
tsconfig.json
12+
tsconfig.json
13+
out/**
14+
!LICENSE
15+
!package.json
16+
!out/extension.js
17+
!out/extension.js.map

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ code --extensionDevelopmentPath=.
3737

3838
## How to Contribute
3939

40-
1. **Fork or branch from `main`** — external contributors should fork; collaborators may create a feature branch.
40+
1. **Fork or branch from `master`** — external contributors should fork; collaborators may create a feature branch.
4141
2. **Create or link an issue** — reference an existing issue or open a new one outlining what you plan to do.
4242
3. **Make focused, readable commits** — group related changes, use clear messages, and describe *why* a change was made.
4343
4. **Add tests where appropriate** — update or add tests if the project has them; include validation steps for scripts or workflows.

0 commit comments

Comments
 (0)